What is the difference between Resultset and Rowset.
Answer Posted / praveen
ResultSet is not serialized whereas Rowset is serialized.
| Is This Answer Correct ? | 51 Yes | 6 No |
Post New Answer View All Answers
Is arraylist an object in java?
Write a program to find maximum and minimum number in array?
What is meant by local variable and instance variable?
Can a class be defined inside an interface?
What is data structure in java?
What is an immutable class?
What are conditionals and its types?
Is it possible to write a regular expression to check if string is a number?
What is the use of singleton?
Why main method is static in java?
What is private protected in java?
Can you extend main method in java?
How do you declare a string variable?
What are variable arguments or varargs?
What is the purpose of garbage collection in java, and when is it used?