What class.forname does, while loading the drivers?
How many types of jdbc drivers are there?
What is jdbc connection interface?
What is transaction processing in jdbc?
How can we maintain the integrity of a database by using jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
How to update a resultset programmatically?
What is meant by connection string?
What does connection pooling mean ?
What are the ddl statements?
How can I determine the isolation levels supported by my DBMS?
What is jdbc type?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What does adapter class provide?
Where jdbc drivermanager class is used?