How to get a whole row of data at once?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is a statement?
What are the advantages of database connection pooling?
What does the jdbc resultsetmetadata interface?
What is execute(), executeUpdate() and executeQuery() methods?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What are clob and blob data types in jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What are the differences between resultset and rowset?
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 Answers Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
Describe the steps needed to execute a sql query using jdbc.
Name the new features added in jdbc 4.0.
How can I retrieve a String or other object type without creating a new object each time?