Answer Posted / ramu
while(rs.next())
{
getInt(1);
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How to test jdbc connection to sql server?
Describe the steps needed to execute a sql query using jdbc.
What is odbc and jdbc drivers?
How many types of statements are there in jdbc?
What is a statement in java?
What is the execute method in java?
Explain the role of driver in jdbc.
What is jdbc odbc?
Explain about the drive manager class working?
What are jdbc and its components?
How can you load the drivers?
How many types of jdbc drivers are there?
Under what circumstances, that all four drivers are used?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What do you mean by batch processing in jdbc?