What is a singletonlist?



What is a singletonlist?..

Answer / Shyam Prakash Mishra

A SingletonList is a special type of collection in Java's Google Collections library. It guarantees that only one instance of the list exists, and provides a global access point to it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define hash table?

1 Answers  


How can you represent a linked list node?

1 Answers  


What are the classification of data structures?

1 Answers  


What is two-dimensional array?

1 Answers  


What is the function of stack?

1 Answers  


Why entry interface is used in map?

1 Answers  


Explain Array of pointers?

1 Answers  


How do you explain bubble sort?

1 Answers  


What is merge sort and how it works?

1 Answers  


How does a treemap work?

1 Answers  


What are the major data structures used in the hierarchical data model?

1 Answers  


There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?

1 Answers   DELL,


Categories