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 |
what is the purpose of "virtual"?
What interface is extended by awt event listeners?
How to create a thread in java?
Why are pointers not secure?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Explain jvm, jre, and jdk?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
Can you have an inner class inside a method and what variables can you access?
write a code, we have two thread, one is printing even no and other print the odd no.
How to declare objects of a class ?
0 Answers Akamai Technologies,
What classes can be used to store arbitrary number of objects ?
Why is java architectural neutral?