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 lock in jdbc?
What are the standard isolation levels defined by JDBC?
What is while rs next ())?
What is hbm xml?
How can a java objects be stored in database?
Describe the steps needed to execute a sql query using jdbc.
What is createstatement method in java?
What protocol does jdbc use?
What is a jdbc url?
Explain how data flows from view to db and reverse
How many types of statements are there in jdbc?
Is it possible to connect to multiple databases simultaneously?