Home

What is the correct answer?

4

class.forName(...) creates an instance of java ODBC driver

A. True

B. False

Correct Answer :

A. True


Related Questions

All the bitwise operators have the same level of precedence in Java. We can add more than one class(es) at the time of compilation Java Beans. In evaluating a logical expression of type 'Boolean expression 1&& Boolean… Which of the following represent legal flow control statements? A static class method can be invoked by simply using the name of the method… The setBackground() method is part of the class If you want to assign a value of 99 to the variable year, then which of… Consider the following class definition.Class Student extends String{}What… Any method in a supper class can be over ridden in its subclass. The expression (x == y && a<b) is true If either x == y is true or… Which of the following are keywords? The programmer must explicitly create the system .in and system .out objects. Which javadoc tag is used to denote a comment for methods parameters? Submit button always fires doPost(...) For all insert, update, delete, query operations on a database, ResultSet… Which key word can protect a class in package from accessibility by the… executeUpdate automatically updates data because___________ EJBs can be of the following type(s)None of the above Which exception is thrown by the read() method of InputStream class? All methods in an abstract class must be declared abstract. JdbcOdbcDriver is an object of Object class If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… Which of the following keywords are used to control access to a class… What does the following line of code do?TextField text=new TextField(10); putValue(...) method takes _____________________- Give file is a file object, which of the following are legal statements… Session bean We can over load methods with differences only in their return type. Which of the following statements are true? In order to connect to a database through java program we must create…