What is the major difference between java.util.date and java.sql.date data type?
What should be done for auto generating primary key id in a table ?
what is call level interface?
How many locking systems are there in jdbc?
What is jdbc and odbc?
What does it mean to "materialize" data?
What is an advantage of using the jdbc connection pool?
how can we connect to db without using getConnection() method
Without using of Class.forName(? ?), how do you connect to db?
Explain the life cycle of jdbc.
What does the connection object represents?
Explain about DSN?
Can resultset be null in java?