Home

What is the correct answer?

4

JdbcOdbcDriver is an object of Object class

A. True

B. False

Correct Answer :

B. False


Related Questions

putValue(...) method takes _____________________- In order to connect to a database through java program we must create… The break statement is required in the default case of a switch selection… The programmer must explicitly create the system .in and system .out objects. Which of the following methods can be used to draw the outline of a square? class.forName(...) creates an instance of java ODBC driver It is perfectly legal to refer to any instance variable inside of a static… When X is a positive number the operations x>> 2 and x>>>2… JSP files creates ________________ If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… Which of the following statements are valid array declarations? When present, package must be the first no comment statement in the file. 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. A constructor must always invoke its supper class constructor in its first… In a single Servlet class we can use____________ In RMI before running the client program we must start RMI Registry. Which of the following methods belong to the String class? The setBackground() method is part of the class If m and n are int type variables, what will be the result of the expression'm… A Java monitor must either extend thread class or implement Runnable interface. A method declared as static can not access non-static class members. Which exception is thrown by the read() method of InputStream class? When the string objects are compared with ==, the result is true If the… When we implement the Runnable interface, we must define the method In RMI we invoke client method from remote server For all insert, update, delete, query operations on a database, ResultSet… DataInput is A static class method can be invoked by simply using the name of the method… The length of a string object 's1' can be obtained using the expression…