How to set the attribute concurrency in resultset?
Explain about the drive manager class working?
What do you mean by two phase commits?
What are the Isolation level in JDBC transaction?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What is de-normalization?
What is statement and resultset in jdbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How to check null value in JDBC?
How to find total column from a resultset?
What are the new features available in jdbc 4.0?
What is ODBC and JDBC? How do you connect the Database?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................