Question
How many flat files can be opened through SQRs and what is the limitations in reading or write those files?

Answers





Search
Can you Answer!!
  • Q Capital of Mizoram
  • Q How to use C++ code in Java Program?
  • Q Can u call Report in Sap Script?
  • Q The constitution of UN is known as:
  • Q What is abductor digiti minimi
  • Q Where does session stored if cookie is disabled on client's machine?
  • Q Explain what does the jsonslurper class indicates?
  • Q What pop star served a football apprenticeship with Brentford
  • Q Explain the Virus plaque assay for VSV ?
  • Q Explain me what are the core work duties of a construction safety officer?
  • Q Which of the following will compile without error? 1) File f = new File("/","autoexec.bat"); 2) DataInputStream d = new DataInputStream(System.in); 3) OutputStreamWriter o = new OutputStreamWriter(System.out); 4) RandomAccessFile r = new RandomAccessFile("OutFile");