|
Related Questions |
View Answer |
|
Which method is static synchronized in JDBC API _________
|
View Answer
|
|
Different types of exceptions in JDBC are1. BatchUpdateException2. DataTruncation3. SQLException4. SQLWarning
|
View Answer
|
|
JDBC provides facility to store the java objects by using following methods of the PreparedStatement.1. setObject ()2. setBlob()3. setClob()
|
View Answer
|
|
Which of the statements is true regarding loading a driver in JDBC.1. registerDriver(Driver driver).2. Class.forName(java.lang.String driverclass)
|
View Answer
|
|
Which Driver is preferable for using JDBC API in Applets.
|
View Answer
|
|
Which of the following is false for the Type 4 drivers in java
|
View Answer
|
|
Which of the following is false regarding the Type 3 JDBC driver
|
View Answer
|
|
Which of the following statement is true for the Type 2 JDBC driver?
|
View Answer
|
|
Which of the following is false for the Type 1 JDBC bridge driver?
|
View Answer
|
|
How many JDBC drivers are there ?
|
View Answer
|
|
The full form of JDBC is _________________
|
View Answer
|
|
The full form of ODBC is ___________
|
View Answer
|
|
Which of the following describes the correct sequence of the steps involved in making a connection with a database.1. Loading the driver2. Process the results.3. Making the connection with the database.4. Executing the SQL statements.
|
View Answer
|
|
Which of the following statements is true regarding the two tier model of the JDBC driver model.
|
View Answer
|
|
Which of the following statement is true regarding the three tier model in the JDBC driver model architecture.
|
View Answer
|
|
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection ?
|
View Answer
|
|
Is the JDBC-ODBC bridge multithreaded ?
|
View Answer
|
|
State true or falseCan we retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column ?
|
View Answer
|
|
Which of the following statements is true regarding the failing of the class.forName in jdk 1.1.x.
|
View Answer
|
|
The cause of failing to load the appropriate JDBC drivers before calling the getConnection method, or it specifying an invalid JDBC URL--one that isn't recognized by your JDBC driver can result in the error __________________ during a call to the DriverManager.getConnection method.
|
View Answer
|