How to check null value in JDBC?



How to check null value in JDBC?..

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

More JDBC Interview Questions

What are the types of statements in jdbc?

0 Answers  


What does the jdbc resultset interface?

0 Answers  


How do you know which driver is connected to a database?

3 Answers  


What is an escape syntax?

0 Answers  


What are the classes and methods used for sending sql statements to database?

0 Answers  


Is jdbc faster than odbc?

0 Answers  


What is a jdbc connection pool?

0 Answers  


Is jdbc connection secure?

0 Answers  


Name the types of jdbc drivers.

0 Answers  


Is not bound in this context unable to find jdbc spring boot?

0 Answers  


Compare jdbc and odbc and how is jdbc required in this context.

0 Answers  


What is jdbc and odbc?

0 Answers  


Categories