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 |
Can you define a foreign key, with a key from the same table?
What is the benefit of having jdbcrowset implementation?
How many categories of jdbc drivers are there?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
Write an sql to find all records having all numeric characters in a field ?
What is odbc and jdbc drivers?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How to check jdbc driver version in sql server?
How can you make a connection?
What are the new features available in jdbc 4.0?
Explain the various types of locking system in jdbc?
What is the major difference between java.util.date and java.sql.date data type?