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
Write a program to print 15 random numbers using foreach of java 8?
Explain about transient variables in java?
Is java free for businesses?
why would you use a synchronized block vs. Synchronized method? : Java thread
Where local and global variables are stored?
How many ways can you break a singleton class in java?
How the metacharacters are different from the ordinary characters?
Does the order of public and static declaration matter in main method?
What is the equal sign?
What is keyword auto for?
What are the different approaches to implement a function to generate a random number?
Is 0 an even number?
Explain different forms of polymorphism?
What is tochararray in java?
How do you reverse sort in java?