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 |
If you are truncated using JDBC, how can you that how much data is truncated?
What is jdbc odbc in java?
How the information about db(database) can be retrieved?
Where is ojdbc14 jar located?
How can you use preparedstatement in jdbc?
Why do we use jdbc?
how do we get the connection from connection pool
What is jdbc dialect?
What is difference between java.util.Date and java.sql.Date?
State the three different ways in which you can create a table?
Under what circumstances, that all four drivers are used?
Is jdbc faster than hibernate?