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
How does a for loop work?
Is upper case in java?
What is thread safe in java?
Explain the selection sort algorithm?
What is a method type?
Is double bigger than float?
What is a static class in java?
List some oops concepts in java?
What is an argument in java?
What is one third plus one third as a fraction?
What is the difference between logical data independence and physical data independence?
How to avoid memory leak in java?
Is map ordered in java?
What is the purpose of a parameter?
How many ways can we create the string object?