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 |
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
life cycle of an applet?
Define the remote interface?
What is UniCastRemoteObject and what is its use in RMI?
Define the remote object implementation?
In a multitiered application which tier is the browser in?
When a thread blocks on i/o, what state does it enter?
What is the purpose of the notify() method?
Where can I find seam examples and documentation?
Can I use multiple html form elements with the same name?
Does Java pass arguments by value or reference?
What is abstract schema?