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 / 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


Please Help Members By Posting Answers For Below Questions

What is bytecode verifier?

993


Is 0 an even number?

1028


What are the main concepts of oops in java?

1854


Tell me how many ways are there to initialise an integer with a constant.

1154


Explain method local inner classes ?

1094


Why do we override tostring method in java?

1025


Where is the singleton class used?

1080


How garbage collection is done in java?

1102


How do you replace a string in java?

1052


How do you override a method in java?

1050


Give few difference between constructor and method?

1024


How many characters is 16 bytes?

1046


What is the internal implementation of set in java?

988


Which class cannot be a subclass in java?

1076


how many types of Inheritance?

1214