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

How will the struts know which action class to call when you submit a form?

6 Answers   HeadStrong,


How will you pass parameters in RMI? Why do you serialize?

0 Answers  


What is ioc concept?

0 Answers  


Why is actionform a base class rather than an interface?

0 Answers  


What is RRL?

1 Answers  






what is the proxy pattern?

1 Answers  


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


What are the services in RMI ?

0 Answers  


Difference between loadclass and class.forname?

0 Answers  


Is the infobus client side only?

0 Answers  


What is RPC?

2 Answers  


Explain the methods of Naming class, rebind( ) and lookup()?

1 Answers  


Categories