How warnings are retrieved in JDBC?



How warnings are retrieved in JDBC?..

Answer / 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

More JDBC Interview Questions

Does jpa use jdbc?

0 Answers  


Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


What are the packages are used in jdbc?

0 Answers  


Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,


What are the different types of JDBC drivers?

0 Answers  


what is connection pooling?

6 Answers   Wipro,


How can we execute stored procedures using callablestatement?

0 Answers  


What type of driver called is pure Java driver?

3 Answers   Vertex,


What are the differences between resultset and rowset?

0 Answers  


What is JDBC Batch Processing and what are it’s benefits?

0 Answers  


What is the role of the jdbc drivermanager class?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  


Categories