What is device controller?
What are the different types of drivers under jdbc?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Explain the difference between rowset vs. Resultset in jdbc?
What are the higher level apis under development on top of jdbc currently?
Why do we need jdbc?
If I use the JDBC API, do I have to use ODBC underneath?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain the life cycle of jdbc.
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
how can we connect to db without using getConnection() method
What is an outer join?
What does jdbc setmaxrows method do?