What is the use of collections in java? How it is
implemented in real time applications?
Answer Posted / srikanth reddy
they are used to store elements in java like arrays
ArrayList al=new ArrayList();
al.add("sri");
al.add(new Integer(99);
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Can a class be final?
Is math class static in java?
Explain features of interfaces in java?
What does math floor () do?
Do I need java on my computer?
What is a flag value?
How do you escape a string?
What is the base class of all classes?
What package is math in java?
why using interface interface ?
What is main difference between variable and constant?
What are measurable parameters?
What is the use of conditional statement?
What is string and its types?
Is sizeof a preprocessor?