What is the difference between Resultset and Rowset.
Answer Posted / nisha
A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet.
A ResultSet object represents the output table of data
resulted from a SELECT query statement.The data in a
ResultSet object is organized in rows and columns
| Is This Answer Correct ? | 25 Yes | 10 No |
Post New Answer View All Answers
which pattern is default in scanner package?
Is null a value?
Why java is said to be pass-by-value ?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Can you give names of Container classes?
What is a void method?
What is the benefit of inner / nested classes ?
What are the 6 mandatory procedures for iso 9001?
What is a singleton puppy?
Explain working of call by reference function invoking.
What are synchronized methods and synchronized statements in java programming?
What do u mean by variable?
What is update method called?
What is the purpose of return statement?
What is the final keyword?