What is the difference between Resultset and Rowset.
Answer Posted / 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 |
Post New Answer View All Answers
Is null an object in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are the advantages of autoboxing?
What is the difference between object oriented programming language and object based programming language?
What are keywords in programming?
How many types of equations are there?
How define set in java?
What is boolean law?
What are the uses of java?
how to open and edit XML file in Weblogic???
Difference between operator overloading and function overloading
What is the purpose of the runtime class in java programming?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
How to access arraylist elements in java?
Can you run java program without main method?