Answer Posted / ramu
while(rs.next())
{
getInt(1);
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Explain the two tier and three tier architecture of jdbc.
When does the result for an sql statement return null?
Does jdbctemplate use prepared statements?
What are the advantages of using preparedstatement over statement?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Why do you use a data source object for a connection?
What is the feature of jdbc v4?
How to check jdbc connection in java?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is the latest version of JDBC? What are the new features added in that?
What are the differences between execute, executequery, and executeupdate?
Describe the steps needed to execute a sql query using jdbc.
How to connect multiple database in jdbc?
What are the common JDBC problems that you got and how do you solved them?
Where is mysql jdbc driver located?