What is the difference between iterator and list iterator?


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

Post New Answer

More Core Java Interview Questions

what is j2se

3 Answers  


Can we convert stringbuffer to string?

0 Answers  


How do you define a singleton class?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


what is template design pattern?

0 Answers  






what are three ways in which a thread can enter the waiting state? : Java thread

0 Answers  


What is set string?

0 Answers  


What are filterstreams?

0 Answers  


wht is mean by dirty read?

1 Answers  


How many bytes is a char in java?

0 Answers  


How to sort double array in java?

0 Answers  


Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.

2 Answers  


Categories