Answer Posted / bandi chandrasekhar reddy
by using ResultSet.wasNull() behaviour if it boolean value is
returns true its mean last return value by this ResultSet is
NULL n if it is false means return value NOT NULL.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I manage special characters when I execute an insert query?
What is an escape syntax?
What does setautocommit do?
Why do we use jdbc?
What does executeupdate return in java?
What is the difference between execute, executeQuery, executeUpdate?
What is the meaning of batch updates?
What causes no suitable driver error?
Prepared statements are faster. Why?
Name the types of jdbc drivers.
How do I find whether a parameter exists in the request object?
How do I connect to jdbc?
Why do we need jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What do you understand by jdbc driver and explain its types?