What are the three parts of a jdbc url?
What are the different types of resultset?
What is the latest version of JDBC? What new features are added?
Explain about column name and getter method?
Which Driver is preferable for using JDBC API in Applets?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What happens if we don't close the connection in jdbc?
What are the different types of locking in JDBC?
java based application for hospital management
What does connection pooling mean ?
How will you perform truncation using JDBC?
How to check jdbc driver version in sql server?
r u used any design patterns in your project?