What is the difference between Resultset and Rowset.

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we create an immutable class in java?

581


What does isempty () do in java?

599


What things should be kept in mind while creating your own exceptions in java?

624


How destructors are defined in java?

626


What is a vector in java?

574






Is null a string or object in java?

548


Which package is imported by default?

633


What is the use of optional ?

563


What is the maximum size of arraylist in java?

492


Can we overload the methods by making them static?

502


What is dynamic array in java?

520


What do you mean by boolean?

576


What is the symbol for line break?

606


What is a memory leak in java?

545


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

504