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 |
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are the difference between RMI and CORBA?
Are there books about seam?
What method is invoked to cause an object to begin executing as a separate thread?
What is RRL?
Explain how will the struts know which action class to call when you submit a form?
Why does most servlets extend HttpServlet?
What is local interface. How values will be passed?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is JNI?
Explain the life cycle of servlet?