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 |
What are the utilities of the callablestatement?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Why do we use jdbc statements?
What is in term of jdbc a datasource?
What is a Connection?
Can I use JDBC to execute non-standard features that my DBMS provides?
Is jdbc a middleware?
Is jdbc faster than hibernate?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What is Apache DBCP API?
How to set NULL values in JDBC PreparedStatement?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?