Is ResultSet class?
Answers were Sorted based on User's Feedback
Answer / nishant
It is a interface
EX: public interface ResultSet extends Wrapper, AutoCloseable
| Is This Answer Correct ? | 0 Yes | 0 No |
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is the difference between JVM and JRE?
What is private public protected in java?
How do you check whether the list is empty or not in java?
Does constructor return any value?
why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans
What are the actions that can occur when a thread enters blocked state?
What is the tradeoff between using an unordered array versus an ordered array?
question on Thread synchronization
Define the term string pool?
Can java list contain duplicates?
What is replaceall in java?