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 multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
Java Compiler is stored in JDK, JRE or JVM?
Does java support multiple inheritances?
Can we override static methods in java?
How is Garbage collection done in Java?
How two different class threads communicate with each other?. send example code.
What are the topics in advance java?
Can we inherit inner class?
What is the differences between heap and stack memory in java? Explain
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
When we will use an Interface and Abstract class?
What is skeleton and stub? What is the purpose of those?