What is the difference between collection and collections?



What is the difference between collection and collections?..

Answer / Rajesh Kumar Gupta

Collection is an interface in Java that represents a group of objects. The Collections class is a utility class that provides methods for working with collections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

what is a balanced tree.

1 Answers  


Explain heapsort. What is its complexity?

1 Answers   Essar,


Is unordered_map a hash table?

1 Answers  


What is the procedure to insert into a sorted array?

1 Answers   Wipro,


What is difference between set and map?

1 Answers  


What is list and its types?

1 Answers  


Why do we use hashset?

1 Answers  


Write a Program for Insert in a sorted list

1 Answers  


What do you mean by hash function?

1 Answers  


what is a complexity of linear search,binery search?

10 Answers   ABB, Google,


You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?

1 Answers   TCS,


Sorting is not possible by using which of the following methods? (a) Insertion (b) Selection (c) Exchange (d) Deletion

1 Answers  


Categories