what is difference between colection and collections?

Answer Posted / vijay bhupathi

Collections is a utility class having static methods(ex.sort).
Collection is an interface which Set,List and Queue
extend.(just extend,there are no direct implementations of
Collection)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the available thread states in a high-level?

526


What are the java ide’s?

571


Can you give names of Container classes?

1849


What is ++ a in java?

566


What will happen when using pass by reference in java?

518






What is a loop java?

585


Why we use protected in java?

530


How do you create a null object?

506


What is lifetime variable?

521


what do you mean by java annotations?

540


what is recursion in java

594


What is the base class of all exception classes in java?

566


What is a "pure virtual" member function?

594


What is anonymous inner class?

609


Can a abstract class be defined without any abstract methods?

552