Can we return resultset in java?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Is the JDBC-ODBC Bridge multi-threaded?
How can I retrieve a String or other object type without creating a new object each time?
What is the meaning of batch updates?
What do you understand by jdbc driver and explain its types?
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?................
How do I stop nullpointerexception?
How to get the data from a table into a buffer?
how do we get the connection from connection pool
Is jdbc a middleware?
How do I find ojdbc jar version?
Explain the different ways to register a driver?