Which type of driver is unique in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
How the JDBC application works?
Can we return resultset in java?
How can you make a connection?
What is in term of jdbc a datasource?
how do we get the connection from connection pool
How can I create a custom RowSetMetaData object from scratch?
How does jdbc connect to database?
What are static and dynamic queries?
How to create Connection interface object because it is Interface , Interface is not instansiated?
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?................
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is the difference between client and server database cursors?