Home / Geetam / Programming MCQs Solution

Geetam updated solution of these Programming language mcqs.

Q. What will be output for the following code? Note: file is made in c drive

Q. What will be output for the following code?

Q. ___________ returns true if called on a file and returns false when called on a directory.

Q. ObjectFilter is a member of java.io package.

Q. Which method is used to write an array of byte to the current output stream?

Q. Which method is used to write a byte to the current output stream?

Q. In java, how many streams are created for us automatically?

Q. Can we perform file handling in Java by Java I/O API?

Q. Java I/O is used to process the?

Q. JDBC Driver manager loads a database-specific driver in an application to establish a connection with a database.

Q. Which interface is used to execute SQL statements in Java?

Q. Which class is used to load the JDBC driver?

Q. Which package in Java contains the JDBC classes?

Q. Java Database Connectivity is a Java API to connect and execute the query with the database.

Q. The JDBC architecture consists of _____________ to access a database.

Q. How many types of JDBC drivers there?

Q. Which of the following is used to test the operation?

Q. Which of these class is not a member class of java.io package?

Q. The keyword used to create an object