Answer Posted / ramu
while(rs.next())
{
getInt(1);
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is xe in oracle jdbc url?
List the common jdbc exceptions ?
What is the most common example type 1 driver?
What is createstatement method in java?
How many types of JDBC Drivers are present and what are they?
What is the different between ResultSet and RowSet?
Explain different types of locks in jdbc?
Why we use jdbc instead of odbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How to make updates to updatable result sets in jdbc?
What is jdbc stand for?
Explain about Join?
What are the measures to connect to the db using jdbc?
Give an example for execution of sql statement.
What is ojdbc?