Is arraylist ordered?


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

Post New Answer

More Core Java Interview Questions

Can an unreachable object become reachable again?

3 Answers  


What is object cloning in Java?

0 Answers   SwanSoft Technologies,


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What are the differences between stringbuffer and stringbuilder?

0 Answers  


WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 Answers  


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


How strings are created in java?

0 Answers  


How are multiple inheritances done in Java?

0 Answers   Atos Origin,


Why singleton is not thread safe?

0 Answers  


Can a vector contain heterogenous objects?

0 Answers  


Objects or references which of them gets garbage collected?

0 Answers  


Categories