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 the infobus?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what are the advantages of JTA over JTS?
what are RemoteObjects?
what is a non-repeatable read?
Explain what is orm?
What are the different methods of identifying an object?
What is the difference between RMI registry and OS Agent?
Explain ioc concept?
When is the best time to validate input?
What is abstract schema?
How can I avoid validating a form before data is entered?
What is the difference between ear, jar and war file?
How to implement RMI in Java?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??