What types of DataSource objects are specified in the Optional Package?
how to use CallableStatement? specially how to use their index given ..
What are the differences between resultset and rowset?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
How data can be inserted into long row column of database?
Explain the importance of drivermanager.
Why we use jdbc instead of odbc?
What are the three parts of a jdbc url?
How to know howmuch data is truncated?
How do you create Connection?
What are the common JDBC problems that you got and how do you solved them?
How can we retrieve data from the resultset?
Explain some new features available in jdbc 4.0?