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
What types of DataSource objects are specified in the Optional Package?
What do you understand by DDL and DML statements?
What is odbc jdbc?
What is jdbc odbc?
Does jdbc use ssl?
How do we call a stored procedure from jdbc?
Where is ojdbc14 jar located?
What does the connection object represents?
What is jdbc thin client in oracle?
What are common JDBC Exceptions?
Is jdbc faster than odbc?
How do I find whether a parameter exists in the request object?
What is sqlwarning?
What are the steps to connect to a database in java?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.