Define preparedstatement.
Explain about DSN?
What are the common tasks of JDBC?
Is the JDBC-ODBC Bridge multi-threaded?
What are the different types of 2 tier and 3 tier architecture ?
Which is better jpa or jdbc?
Explain about multiple implementations and drive manager?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is benefit of using preparedstatement in java?
List some new features available in jdbc 4.0?
What is the feature of jdbc v4?
What is ojdbc?
What is getconnection method in java?