What is the difference between Resultset and Rowset.
Answer Posted / divya
A ResultSet maintains a connection to a database and
because of that it can’t be serialized and also we cant
pass the Resultset object from one class to other class
across the network.
RowSet is a disconnected, serializable version of a JDBC
ResultSet and also the RowSet extends the ResultSet
interface so it has all the methods of ResultSet. The
RowSet can be serialized because it doesn’t have a
connection to any database and also it can be sent from one
class to another across the network.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is void class in java?
How to call one constructor from the other constructor ?
What is meant by overloading?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is size () in java?
What is a nonetype?
How do you empty a list in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
How do you sort a set in java?
What is heterogeneous in java?
give an example for encapsulation?
Is string a wrapper class?
What are recursive functions?
Can you explain the cs option of java interpreter?
What are synchronized methods and synchronized statements in java programming?