Explain the locking system in jdbc?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

how to retrieve sql exceptions

2 Answers   Bosch,


How can we retrieve data from the resultset?

0 Answers  


What is the JDBC?

0 Answers  


How do I find whether a parameter exists in the request object?

0 Answers  


Explain about the Try Block?

0 Answers  






Does jdbc require oracle client?

0 Answers  


What are the different classes through which JDBC represents statements?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

0 Answers  


What class.forname does, while loading the drivers?

0 Answers  


What is the difference between executing, executequery, executeupdate in jdbc?

0 Answers  


What is connection pooling? What Method and class used for Connection pooling in Java?

2 Answers  


Categories