Answer Posted / 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 |
Post New Answer View All Answers
How can we retrieve data from the resultset?
What is the use of the statement in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is jdbc odbc?
How can I retrieve a String or other object type without creating a new object each time?
What are the different types of interfaces in the api component?
What is the benefit of having jdbcrowset implementation?
How do I disallow NULL values in a table?
Explain about multiple implementations and drive manager?
What are drivers available?
What is difference between jdbc and odbc?
What is jdbc architecture in java?
What is connection pooling and why it is used?
Explain the locking system in jdbc & its types?