Home

What is the correct answer?

4

For all insert, update, delete, query operations on a database, ResultSet object creation is mandatory.

A. True.

B. False.

Correct Answer :

B. False.


Related Questions

In the code below, what data types the variable x can have? JdbcOdbcDriver is an object of Object class DriverManager.getConnection("jdbc:odbc:dsn_name") method does not depend… A constructor must always invoke its supper class constructor in its first… Every call to wait has a corresponding call to notify that will eventually… Submit button always fires doPost(...) We can over load methods with differences only in their return type. The keywords reserved but not used in the initial version of Java re: Members of a class specified as private are accessible only to the methods… Which of the following methods belong to the String class? To delete a file, we can use an instance of class file. When present, package must be the first no comment statement in the file. executeUpdate(------------) returns ___________ It is an error to catch the same type of exception in two different catch… Declarations can appear anywhere in the body of a Java method. For all insert, update, delete, query operations on a database, ResultSet… The name of a Java program file must match the name of the class with… The import statement is always the first no comment statement in a Java… A string object can not be modified after it is created. Declaring a method synchronized guarantees that the deadlock cannot occur. A method declared as static can not access non-static class members. The concept of multiple inheritance is implemented in Java by Which of the following statements are true? When we invoke repaint () for a Component, the AWT invokes the method: What is java -g used for? Any class may be inherited by another class in the same package. executeUpdate automatically updates data because___________ The setBackground() method is part of the class What is wrong in the following class definitions? abstract class… Which are the valid ways to create DataInputStream streams?