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

How many types of statements are there in jdbc?

0 Answers  


Explain the life cycle of jdbc.

0 Answers  


What is database null and Java null?

1 Answers  


Is JDBC a language or Application?

3 Answers  


What does jdbc setmaxrows method do?

0 Answers  






Which is faster jdbc or odbc?

0 Answers  


What are the jdbc api components?

0 Answers  


Is jdbc open source?

0 Answers  


Why is jdbc used?

0 Answers  


What are the jdbc statements?

0 Answers  


What are the packages are used in jdbc?

0 Answers  


What are the different types of classes in the api component?

0 Answers  


Categories