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 an escape syntax?
Which database is used with java?
what does batchUpdate does?
Which Java and java.sql data types map to my specific database types?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is sqlwarning?
Why is odbc needed?
Why do we use jdbc in java?
State the three different ways in which you can create a table?
What are the advantages of using preparedstatement over statement?
Does jdbc use odbc?
What are different types of transactions?