what is difference between colection and collections?
Answer Posted / haribabu kommi
collections is an Utility class.collection is an interface
which implemented by all other interfaces like set,map,list..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can memory leak in java?
Is there a sort function in java?
What is public/private protected in java?
Difference between a process and a program?
Enlist few advantages of inheritance?
how to run ecllipse with jettyserver for windows environment using batch file
Why is singleton class used?
How many types of threads are there in java?
When we serialize an object does the serialization mechanism saves its references too?
Differentiate between == and equals().
What is arrays fill in java?
What is java and its types?
Is null false in java?
Write a program to print fibonacci series up to count 10.
What is the use of StringTokenizer class?