What is the exception thrown by JDBC ?
Answers were Sorted based on User's Feedback
Answer / ravi
SQLException,DataTruncationException,SQLNestedException(if
driver not found while pooling in Tomcat server)
| Is This Answer Correct ? | 9 Yes | 3 No |
What are the different types of JDBC drivers?
What is executequery in java?
How do I load a database driver with JDBC 4.0 / Java 6?
What is while rs next ())?
What is the execute method in java?
Which interface handles transaction management in jdbc?
What is JDBC PreparedStatement?
What is a jdbc connection string?
What is dburl?
Prepared statements are faster. Why?
how can we get the metaData (columnNames) from a table which has no Records..
How can I write to the log used by DriverManager and JDBC drivers?