what is difference between colection and collections?
Answer Posted / appu
Collection is an interface which can be implemented the
List, Set,Sorted Set,and Queue. Where as Collections is an
utility class which contain the utility methods such as
sorting etc.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
What is the benefit of using enum to declare a constant?
Why charat is used in java?
Difference between serialization and deserialization in java?
What does the exclamation mark mean in java?
What do you mean by light weight and heavy weight components?
What does string [] args mean?
Does java support multiple inheritances?
Describe different states of a thread.
What do the thread?class methods run() and start() do?
Can a class be declared as static?
What is a constructor, constructor overloading in java?
What is JVM and is it platform independent?
What is the buffer limit?
What does indexof mean?
When will we use them?