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

Do I have to use jsps with my application?

0 Answers  


Is “abc” a primitive value?

0 Answers  


Why is actionform a base class rather than an interface?

0 Answers  


What is thread deadlock? How to resolve thread deadlock?

3 Answers  


Can you control when passivation occurs?

0 Answers  






Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


Why RMI required an interface?

1 Answers  


How many layers are there in RMI and what are they?

1 Answers  


What are the disadvantages of using threads?

3 Answers   Oracle, SFS,


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


how to search the pertical objects in a Collections

3 Answers   iGate,


What is the difference between ear, jar and war file?

0 Answers  


Categories