Home

What is the correct answer?

4

Connection, Statement are interfaces and ResultSet is a class.

A. True.

B. False.

Correct Answer :

B. False.


Related Questions

The setBackground() method is part of the class The length of a string object 's1' can be obtained using the expression… Which of the following methods can be used to remove a component from… An EJB is a server-side component that encapsulates the business logic… EJBs can be of the following type(s)None of the above Consider the following class definitions: class maths { student student1;… forName() is a static factory method executeUpdate(------------) returns ___________ The default case is always required in the switch selection structure. A variable declared inside the for loop control can not be referenced… If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… Given the codeString s = new String("abc");Which of the following calls… Objects are passed to a method by use of call-by-reference. When the string objects are compared with ==, the result is true If the… The methods wait() and noify() are defined in The import statement is always the first no comment statement in a Java… A thread can make second thread ineligible for execution by calling the… Which of the following methods belong to the String class? An individual array element that is passed to a method and modified in… Java always provides a default constructor to a class. Which javadoc tag is used to denote a comment for methods parameters? The keywords reserved but not used in the initial version of Java re: The programmer must explicitly create the system .in and system .out objects. It is perfectly legal to refer to any instance variable inside of a static… Which key word can protect a class in package from accessibility by the… class.forName(...) creates an instance of java ODBC driver Servlet has ___________ Which exception is thrown by the read() method of InputStream class? executeUpdate automatically updates data because___________ The name of the RMI compiler is ___________