What is the difference between Resultset and Rowset.
Answer Posted / anand g
A resultset maintains a connection to the database.
A rowset can be disconnected once it is populated with data
from the table.
resultset is not serializable
rowset is a serializable version of resultset and also it
extends resultset interface, so all the methods are present
in rowset also.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How do you sort in descending order in java using collections sort?
What are some characteristics of interference class?
What is array command?
How would you use Bubble Sort to sort the number of elements?
What is the current version of java?
What is the difference between scrollbar and scrollpane?
Can we have a try block without catch block?
Can string be considered as a keyword?
What does string intern() method do?
What are autoboxing and unboxing? When does it occur?
Why convert an applet to an application?
Explain about narrowing conversion in java?
Are private methods final?
Can memory leak in java?
What is "this" keyword in java? Explain