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 |
How to handle when the database crashes while reading the data from the database?
What is jdbc databasemetadata interface?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is Type-3 Driver and when this driver is used?
How do java applications access the database using jdbc?
why are using type4 driver in realtime projects?
Is jdbc an api?
What port does jdbc use?
What is jdbc template?
What does jdbc do?
How to check null value in JDBC?