What is JDBC RowSet? What are different types of RowSet?
What are dml and ddl?
What is 2 phase commit?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How will you perform truncation using JDBC?
Does jdbc use ssl?
Is jdbc secure?
Explain the two tier and three tier architecture of jdbc.
What is jdbc and its types?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
When do we use execute method in java jdbc?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are the different types of locking in JDBC?
What is batch processing and how to perform batch processing in jdbc?
What does executeupdate return in java?