Is ResultSet class?

Answers were Sorted based on User's Feedback



Is ResultSet class?..

Answer / p.sreekiran

no ResultSet is interface

Is This Answer Correct ?    25 Yes 0 No

Is ResultSet class?..

Answer / dsr

ResultSet is an interface.

Is This Answer Correct ?    16 Yes 0 No

Is ResultSet class?..

Answer / vipin

It is a Interface.

Is This Answer Correct ?    11 Yes 0 No

Is ResultSet class?..

Answer / mayank

Yes it is Interface.

Is This Answer Correct ?    1 Yes 0 No

Is ResultSet class?..

Answer / nishant

It is a interface
EX: public interface ResultSet extends Wrapper, AutoCloseable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Does java trim remove newline?

0 Answers  


What are the uses of final, finally and finalize in java?

2 Answers   Agiline, FINO PayTech, HCL,


Is java supports multiple inheritance? explain?

12 Answers   BUET, Inforica,


What is the purpose of main function in java?

0 Answers  


If you do not want your class to be inherited by any other class. What would you do?

0 Answers  






Is vector ordered in java?

0 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


Is string a wrapper class?

0 Answers  


What is the frontend and backedn in Java?

3 Answers   TCS,


What is difference between char array and string?

0 Answers  


How many arguments can be passed to main ()?

0 Answers  


Categories