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 difference between core java and java ee?
Can I learn java in 3 months?
Can array grow dynamically in java?
What is the unit of plancks constant?
Explain the advantages of packages in java?
Does java runtime require a license?
Explain the difference between private, public, package and protected in java?
What is the different between get and post?
What is the association?
Can a final variable be null?
What does it mean that a method or field is “static”?
What is main difference between variable and constant?
How would you convert bytes to string?
What is jvm? Why is java called the platform independent programming language?
Does java support Operator Overloading?