Explain the significance of listiterator.


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

Post New Answer

More Core Java Interview Questions

Howmany number of objects we can store in an ArrayList. Is there any limit?

7 Answers   TCS,


What is logical variable?

0 Answers  


What are structs in java?

0 Answers  


Can a singleton class be inherited?

0 Answers  


What is lazy initialization in java?

0 Answers  






is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What are generic methods?

0 Answers  


Add a value x to array from index l to r where 0 <= l <= r <= n-1

0 Answers   Amazon,


How to sort numbers in java without array?

0 Answers  


What do you know about the garbate collector?

0 Answers  


In a class implementing an interface, can we change the value of any variable defined in the interface?

0 Answers  


diff between abstract methods and interfaces with programing (code) example?

2 Answers  


Categories