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 a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1854


Why is core java important?

576


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

563


what is the difference between thread and runnable types? : Java thread

550


What do you mean by constructor?

551






What is the difference between static and global variables and also define what are volatile variables?

557


What are the states of thread in java?

518


Why bytecode is called bytecode?

592


describe method overloading

539


What is lazy programming?

569


How many arguments can a method have java?

544


Write a java program to check if a number is prime or not?

539


How do you check if two given string are anagrams?

555


How to display arraylist values in java?

490


Tell us something about set interface.

566