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 |
Is jdbc and orm?
What is the difference between executing, executequery, executeupdate in jdbc?
Without using of Class.forName(? ?), how do you connect to db?
Why do we need jdbc api?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Compare jdbc and odbc and how is jdbc required in this context.
What are the different types of JDBC drivers?
what is metadata and it's use?
What is the benefit of having jdbcrowset implementation?
List some new features available in jdbc 4.0?
What is jdbc resultsetmetadata interface?
How data can be inserted into long row column of database?