What is ojdbc?
How do we load the drivers?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Where is jdbc used?
What is db client?
Which database is used with java?
Why hibernate is better than jdbc?
What class.forname does, while loading the drivers?
How can you retrieve data from the resultset using jdbc?
What is meant by dao?
What is meant by jdbc?
What is jdbc and jdbc drivers?
Explain the life cycle of jdbc.
Which Java and java.sql data types map to my specific database types?
How MS-Access DB can be accessed over a network, using JDBC API?