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 |
Explain the difference between inner and outer join ?
What are the types of statements in jdbc?
What is jdbc driver?
List the common jdbc exceptions ?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
what is connection pooling?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What does jdbc do?
Is JDBC a language or Application?
What are the different types of statements? How we can you use preparedstatement.
How data can be inserted into long row column of database?