|
Question |
Rating |
View Answer |
 |
Which of the following is false for the Type 1 JDBC bridge driver?
|
|
View Answer |
 |
What is a transaction? |
|
View Answer |
 |
What is JDO? |
|
View Answer |
 |
Why does the ODBC driver manager return 'Data source name not found and no default driver specified Vendor: 0' |
|
View Answer |
 |
The full form of ODBC is ___________ |
|
View Answer |
 |
What JDBC objects generate SQLWarnings? |
|
View Answer |
 |
What is the importance in context in jdbc connection pools?
|
|
View Answer |
 |
What driver should I use for scalable Oracle JDBC applications? |
|
View Answer |
 |
What are the different types of JDBC drivers? |
|
View Answer |
 |
Which of the following statement is false regarding the use of setAutoCommit() in JDBC
|
|
View Answer |
 |
How many statements can be created with one connection
|
|
View Answer |
 |
What are the different types of Statements? |
|
View Answer |
 |
Which of the following allows phantom read in JDBC, connection class?
|
|
View Answer |
 |
How can I retrieve a String or other object type without creating a new object each time? |
|
View Answer |
 |
How can you make the connection? |
|
View Answer |
 |
How do I implement a RowSetReader? I want to populate a CachedRowSet myself and the documents specify that a RowSetReader should be used. The single method accepts a RowSetInternal caller and returns void. What can I do in the readData method? |
|
View Answer |
 |
How to insert and delete a row programmatically? (new feature in JDBC 2.0) |
|
View Answer |
 |
Are all the required JDBC drivers to establish connectivity to my database part of the JDK? |
|
View Answer |
 |
Which Java and java.sql data types map to my specific database types? |
|
View Answer |
 |
Which of the following allows non repeatable read in JDBC, connection class? |
|
View Answer |