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 we modify the throws clause of the superclass method while overriding it in the subclass?
what do you mean by stream pipelining in java 8? Explain
How we can make copy of a java object?
What are the rules for variable declaration?
What is mnemonic code?
What is the difference between static binding and dynamic binding?
What is appletviewer?
What is the main use of java?
Does java isempty check for null?
What is package private scope in java?
What is the platform?
Which package has light weight components?
What is the purpose of tostring() method in java?
Explain about assignment statement?
What is quick sort in java?