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 sailent features of JDBC 2.0?

7 Answers  


What is the difference between Union, Unionall ?

1 Answers  


Explain the JDBC Architecture?

0 Answers  


how to retrieve sql exceptions

2 Answers   Bosch,


give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.

7 Answers  






signature of init method?

2 Answers  


Explain the two tier and three tier architecture of jdbc.

0 Answers  


How can a java objects be stored in database?

3 Answers   IBM,


Differentiate between type_scroll_insensitive and type_scroll_sensitive.

0 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


What is jdbc connection string?

0 Answers  


What is drivermanager in jdbc?

0 Answers  


Categories