|
Related Questions |
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
|
|
JDBC-ODBC Bridge does not work with Microsoft J++, because it does not support ___________________
|
View Answer
|
|
Which of the statements are true regarding availability of the integrated version of JDBC API and the JDBC-ODBC Bridge in JDK.
|
View Answer
|
|
State true or false :-The JDBC-ODBC bridge from Sun's Java Software does not provide network access to desktop databases like Microsoft access by itself.
|
View Answer
|
|
Which of the following is true regarding the use of the JDBC-ODBC bridge with the applets.
|
View Answer
|
|
State true or false :-The JDBC-ODBC bridge from Sun's Java Software does not provide network access to desktop databases like Microsoft access by itself.
|
View Answer
|
|
Two parts of JDBC 2.0 API are
* The JDBC 2.0 core API (the java.sql package), which is included in the JavaTM 2 SDK, Standard Edition * The JDBC 2.0 Optional Package API (the javax.sql package), which is available separately or as part of the Java 2 SDK, Enterprise Edition
State true or false for the above both points
|
View Answer
|
|
State true or false :- ResultSet.CONCUR_UPDATABLE used with the result set is used to update the rows directly in the database.
|
View Answer
|
|
What’s the difference between TYPE_SCROLL_INSENSITIVE , and TYPE_SCROLL_SENSITIVE?
|
View Answer
|
|
Which of the following values can be replaced in the place of 1 and 2 belowStatement stmt = con.createStatement(1, 2);
|
View Answer
|
|
State true or false :-The new features in the JDBC 2.0 API is the ability to move a result set’s cursor backward as well as forward.
|
View Answer
|
|
Which of the following statement is false regarding the exceptions in JDBC
|
View Answer
|
|
Which of the following statement is false regarding the use of setAutoCommit() in JDBC
|
View Answer
|
|
Which of the statement below does not correctly defines the difference between JDBC and ODBC ?
|
View Answer
|
|
How can you configure Type-4 driver in cleandesktop?
|
View Answer
|
|
What is class in class.forname()?
|
View Answer
|
|
In which case i can use ResultSetMetaData and DatabaseMetaData?
|
View Answer
|
|
What is the need of BatchUpdates?
|
View Answer
|