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 |
Difference between Generic Servlet and HTTP Servlet?
Why do we need jdbc api?
what are the types of result sets in JDBC 3.0 ?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Is jdbc faster than hibernate?
How many locking systems are there in jdbc?
what are the Different types of exceptions in JDBC?
Does jdbctemplate use prepared statements?
How to set NULL values in JDBC PreparedStatement?
What is the limitation of PreparedStatement and how to overcome it?
Can we use the one instance of Statment to execute more than one query ?
How can you sort dates?