What is the difference between iterator and enumeration ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what r callable statement and give their proper use

2 Answers  


What is a concrete classes? Is Java object class is concrete class?

0 Answers   Infosys,


How can we break singleton in java?

0 Answers  


What is a method signature java?

0 Answers  


what is use of marker interface? give me good example?

2 Answers  






Name the package that always imported by default?

4 Answers  


How to perform quicksort in java?

0 Answers  


What is the purpose of the System class?

0 Answers  


Explain covariant method overriding in java.

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


What is t in generics in java?

0 Answers  


What is the difference between conversation & casting?

0 Answers  


Categories