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 is JDBC?

3 Answers   Wipro,


Explain how data flows from view to db and reverse

0 Answers   Bosch,


Why are we using blob datatypes in jdbc?

0 Answers  


What is jdbc and its types?

0 Answers  


What is jdbc driver for sql server?

0 Answers  






Different statements in JDBC?

3 Answers  


Explain the difference between rowset vs. Resultset in jdbc?

0 Answers  


Explain the locking system in jdbc?

0 Answers  


What are types of resultset?

0 Answers  


Can we have foreign key reference to a non primary key column ?

0 Answers  


Explain the difference between inner and outer join ?

0 Answers  


wa is connection pooling? how do u create connection pooling?wat is use connection pooling?

1 Answers   Covansys,


Categories