Answer Posted / manik chand
resultSet.getMetaData().getColumnCount().
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is an advantage of using the jdbc connection pool?
What are the advantages of database connection pooling?
What are the functions of the jdbc connection interface?
How many categories of jdbc drivers are there?
What are the three parts of a jdbc url?
Is jdbc a framework?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Differentiate between a statement and a preparedstatement.
What are the classes and methods used for sending sql statements to database?
What is benefit of using preparedstatement in java?
Differentiate between stored procedure and functions?
Is jdbc an api?
How to check jdbc driver version in sql server?
What class.forname does, while loading the drivers?
How can we move the cursor in a scrollable result set?