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
What is stack example?
Is void a data type?
What does int [] mean in java?
How do you do absolute value in java?
How do you do exponents in java?
What is time complexity java?
Why string is immutable or final in java
What is instance example?
What are features of java?
Can we declare the static variables and methods in an abstract class?
What is the unit of plancks constant?
What does this mean java?
What is regex in java?
How does arrays sort work in java?
How the interruptible method gets implemented?