which is the better collection class if the requirement is
only displaying the data
Answer Posted / 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 View All Answers
What is a class loader?
Explain RMI Architecture?
What is the difference between system.out ,system.err and system.in?
What is JTS?
How to implement RMI in Java?
Why is string immutable in java?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what are the activation groupworks?
Define the remote object implementation?
what is meant by JRMP?
what are memory considerations of jsp compares to other web components?
What’s jboss cache in short?
How are commas used in the intialization and iteration parts of a for statement?
What is the relationship between the canvas class and the graphics class?
How to pass parameters in RMI?