Answer Posted / ramu
while(rs.next())
{
getInt(1);
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is JDBC Batch Processing and what are it’s benefits?
How data can be inserted into long row column of database?
Explain the various types of locking system in jdbc?
How can I determine the isolation levels supported by my DBMS?
How many types of resultset are there in jdbc?
What is connection data?
What class.forname does, while loading the drivers?
What is the purpose of jdbc?
Explain about Join?
Is jdbc database independent?
List the advantages of using datasource?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are the differences between statement and preparedstatement interface?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is jdbc and odbc in java?