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 is singleton math?
how to deploy tomcatserver to weblogic server? write d following steps?
What is a byte string?
What is the properties class?
What is the purpose of the system class in java programming?
How do you compare two strings lexicographically?
Are true and false keywords?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
design an lru cache in java?
What is variable explain?
What data structures are used to perform recursion?
What are the special characters?
Can we have more than one package statement in the source file?
What is lambda expression in java?
What technique is carried out to find out if a particular string is empty?