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 do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

0 Answers  


What packages are used by jdbc?

0 Answers  


Can you create an index on sex column where there is M or F?

1 Answers   Wipro,


Is jdbc part of j2ee?

0 Answers  


What is JDBC Driver interface?

0 Answers  






Where is jdbc url mysql?

0 Answers  


What are the factors that the jdbc driver performance depends upon?

0 Answers  


What are clob and blob data types in jdbc?

0 Answers  


What type of drivers have you used?

1 Answers  


What is jdbc class forname?

0 Answers  


What is @entity in java?

0 Answers  


Difference between Generic Servlet and HTTP Servlet?

13 Answers  


Categories