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 your platform?s default character encoding and how to know this?
What are the 4 types of research methods?
Why we override equals() method?
What are class types in java?
What is volatile keyword in java
How to provide security in java
Is array a class?
What are unchecked exceptions in java?
What are user defined exceptions?
In which order the iterator iterates over collection?
Is 0 an irrational number?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What are static methods?
Do you know how to reverse string in java?
What is boolean flag in java?