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
What do you mean by multithreaded program?
What are exceptions
Can I extend singleton class in java?
What is Garbage Collection in Java
What do you understand by looping in java? Explain the different types of loops.
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is ellipsis in java?
What is a key in java?
What is the default value of local and global variables?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is the difference between java applets and applications?
What is a linkedhashmap java?
What does a za z0 9 mean?
Is set thread safe java?
design an lru cache in java?