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.

Answers were Sorted based on User's Feedback



What is the difference between Resultset and Rowset...

Answer / praveen

ResultSet is not serialized whereas Rowset is serialized.

Is This Answer Correct ?    51 Yes 6 No

What is the difference between Resultset and Rowset...

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

What is the difference between Resultset and Rowset...

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

What is the difference between Resultset and Rowset...

Answer / nisha

A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet.

A ResultSet object represents the output table of data
resulted from a SELECT query statement.The data in a
ResultSet object is organized in rows and columns

Is This Answer Correct ?    25 Yes 10 No

What is the difference between Resultset and Rowset...

Answer / lalit

ResultSet contains the result of the SQL query and it has
the connectivity with the records in the database. To avoid
the connectivity after getting the result use RowSet or
CacheRowSet. The ResultSet is the parent class of Rowset
and CacheRowSet.

Is This Answer Correct ?    16 Yes 2 No

What is the difference between Resultset and Rowset...

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

More Core Java Interview Questions

What is the difference between integer parseint and integer valueof?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


Is zero a natural number?

0 Answers  


How a variable is stored in memory?

0 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


What is a jagged array in java?

0 Answers  


what is servlet filter?

2 Answers  


What is java class writing rules?

1 Answers   Oracle,


What are the 6 boolean operators?

0 Answers  


How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


List java api that supports threads?

1 Answers  


In the below example, what will be the output?

0 Answers  


Categories