JDBC interview questions [ Part 2 ]


1. Explain the different types of Transaction Isolation Levels.
2. What is a "dirty read"?
3. What is the fastest type of JDBC driver?
4. What is the difference between different JDBC drivers?
5. What are collection pools? What are the advantages?
6. What is cold backup, hot backup, warm backup recovery?
7. What is the difference between cached rowset, jdbrowset and webrowset?
8. What is Metadata and why should I use it?
9. What is the difference between Statement, PreparedStatement and CallableStatemen?
10. What are different types of isolation levels in JDBC and explain where you can use them?


Related Post

Comments


©candidjava.com