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 is correlated subquery?
0 Answers emc2, JK Technosoft,
Does jdbc require oracle client?
What are the three basic components of the odbc architecture?
What is the JDBC?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is a JDBC 2.0 DataSource?
What happens if connection is not closed in jdbc?
What is 2-tier and 3-tier architecture?
What is in term of jdbc a datasource?
Which interface handles transaction management in jdbc?
How you restrict a user to cut and paste from the html page using java programing?
How can I determine the isolation levels supported by my DBMS?