Explain about fail safe iterators in java?


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

Post New Answer

More Core Java Interview Questions

Why put method is idempotent?

0 Answers  


Can a java program have 2 main methods?

0 Answers  


What is binary search in java?

0 Answers  


What is hotjava?

0 Answers  


I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?

0 Answers  






What do you understand by access specifiers in Java?

0 Answers   Genpact,


Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 Answers  


What is object data type?

0 Answers  


What is meant by serialisation and deserialisation?

4 Answers  


What is difference between add() and addelement() in vector?

0 Answers  


What is unicode?

5 Answers  


what are abstract functions?

0 Answers  


Categories