which is the better collection class if the requirement is
only displaying the data



which is the better collection class if the requirement is only displaying the data..

Answer / rishabh

Choice of collection depends on the datastructure
requirements of the program. However we can make any
Collection as read only by using methods in Collections
class like unmodifiableList(), unmodifiableSet() etc.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

What is ioc concept?

0 Answers  


What is a class loader?

0 Answers  


What is the difference between the session.update() method and the session.lock() method?

0 Answers  


What are the different methods of identifying an object?

0 Answers  


What is the return type of interrupt method?

2 Answers  






what is domain,give me some brief information about that?

1 Answers  


what are the advantages of JTA over JTS?

0 Answers  


How substring() method of string class create memory leaks?

0 Answers  


What is JTS?

0 Answers  


What is Stream and Types?

2 Answers   Patni,


How to add new JTabbed pane?

1 Answers  


What is the difference between RMI and Corba?

0 Answers   Infotech,


Categories