What classes can be used to store arbitrary number of
objects ?
Answer Posted / nithya
ArrayList, Vector
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of singleton?
Whats the difference between notify() and notifyall()?
How to display names of all components in a Container?
How can we access some class in another class in java?
Define an abstract class with reference to java.
What is boolean query?
What are java methods?
Write a program to solve producer consumer problem in java?
Which variables are stored in heap?
Can you create an object of an abstract class?
Name few "optional" classes introduced with java 8 ?
What is difference between local variable and global variable?
What is the purpose of lambda expressions?
Why java is considered dynamic?
What's the purpose of using break in each case of switch statement?