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
What are keywords in java?
Can you explain the cs option of java interpreter?
What are static initalizers in java ?
What is the difference between JDBC 1.0 and JDBC 2.0?
Explain importance of finally block in java?
What does you mean in math?
Explain java coding standards for constants?
What is keyword auto for?
What does string intern() method do?
Write a code to create a trigger to call a stored procedure
What is exception handling in java?
How hashmap works in java?
What is the public method modifier?
When throws keyword is used?
What is the covariant return type?