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
Discuss the significances of jdbc.
What are dml and ddl?
What is db client?
What are the standard isolation levels defined by JDBC?
What are the different types of resultset?
Is jdbc connection secure?
What are the advantages of using preparedstatement in java?
What do you mean by odbc?
What is metadata in java programming?
How can I manage special characters when I execute an insert query?
What is preparedstatement in jdbc?
What does the jdbc connection interface?
What packages are used by jdbc?
What are the considerations for deciding on transaction boundaries?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();