Answer Posted / karthik
By using RESULTSET we can get it..but only single column and single row ..by using next() method we can specify how many rows are available in database..only..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the limitation of PreparedStatement and how to overcome it?
How can I determine where a given table is referenced via foreign keys?
What are the differences between statement and preparedstatement interface?
Why prepared statements are faster?
What is jdbc and jpa?
How will you perform truncation using JDBC?
What is meant by dao?
What are the steps required to execute a query in jdbc?
What are the three parts of a jdbc url?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How data can be inserted into long row column of database?
Is jdbc connection secure?
What is the meaning of batch updates?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the differences between setmaxrows(int) and setfetchsize(int)?