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
How to sort numbers in java without array?
Is it possible to specify multiple jndi names when deploying an ejb?
What does three dots mean in java?
What is consumer interface?
What is lifetime variable?
how to handle exceptions in ejb?
How to perform binary search in java?
What an i/o filter?
What is the difference between heap and stack memory?
What is difference between printf and scanf?
Which is bigger float or double java?
How many types of operators are there?
Explain jdk, jre and jvm?
Where import statement is used in a java program?
What is matcher in java?