Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Resultset and Rowset.

Answer Posted / nidhi varshney

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 ?    44 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we create a class inside a class in java?

1146


What is difference between synchronize and concurrent collection in java?

1120


Where are variables stored?

1021


Can java arraylist hold different types?

1148


State some situations where exceptions may arise in java?

1102


Can we compare two strings in java?

1073


What is use of inner class in java?

1234


How is the marker interface used in Java?

1140


Explain the difference between serializable and externalizable in java?

1134


What is the use of predicate in java 8?

1013


Explain the use of shift operator in java. Can you give some examples?

1033


Is it possible to override private or static method in java?

1037


What is stored procedure. How do you create stored procedure ?

1983


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

2178


What is the use of bufferedreader?

1045