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 the use of optional ?
How many types of gc are there in java?
What is java reflection?
What is nested interface?
Can a top level class be private or protected?
What is the java reflection api? Why it’s so important to have?
How many characters is 16 bytes?
Can we declare main () method as non static?
What initialize variables?
What is the arraylist in java?
How many types of assembly languages are there?
How do you override a private method in java?
What do you mean by global variable?
Does apple use java?
What is exception in java?