Answer Posted / kalyan
while using jdbc, warnings can occur at any time
while getting connection
while creating statement
while getting resultset, at each , we can get using
getWarnings() method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is jdbc odbc connection?
How do I find whether a parameter exists in the request object?
What is JDBC Batch Processing and what are it’s benefits?
Is jdbc a middleware?
In which ways is driver class is registered with drive manager?
What is the return type of class.forname() method?
How to set NULL values in JDBC PreparedStatement?
List some new features available in jdbc 4.0?
Is possible to open a connection to a database with exclusive mode with JDBC?
What are the advantages of database connection pooling?
How can we set null value in jdbc preparedstatement?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
List the common jdbc exceptions ?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)