What is jdbc and odbc in java?
What are the common JDBC problems that you got and how do you solved them?
What is a jdbc connection string?
What is 2 phase commit?
What is difference between jdbc and odbc?
Does jdbc use ssl?
What are collection pools?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are the steps required to execute a query in jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is a rollback in jdbc?
Describe how the jdbc application works.
How can you use preparedstatement in jdbc?