What classes can be used to store arbitrary number of
objects ?



What classes can be used to store arbitrary number of objects ?..

Answer / nithya

ArrayList, Vector

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

How can we pass argument to a function by reference instead of pass by value?

0 Answers  


What is static block?

0 Answers  


How to access a method that it declared as protected?

3 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


What does the exclamation mark mean in java?

0 Answers  






What things should be kept in mind while creating your own exceptions in java?

0 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,


What is native method in java?

0 Answers  


What is a cup of java?

0 Answers  


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


What is a method in coding?

0 Answers  


What is a nested list?

0 Answers  


Categories