what is purpose of collections.unmodified() method..?
Answer / shailendra singh rajput
if we can pass list in Collection.unmodified(list) that
means A list implementation can be made read only using
collection.this return new list.if any change in that list
it gave unsupportedException is thrown.
| Is This Answer Correct ? | 6 Yes | 1 No |
How to print nodes of a Binary tree?
What is HashTable?
Difference between static synchronization vs. Instance synchronization?
what is the difference between String s="hello"; and String s=new String("hello");?
What is the reason that multiple inheritance is not possible in java??
What are the advantages and disadvantages of reference counting in garbage collection?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
What is the purpose of encapsulation?
what is the diff b/w arraylist and vector?
6 Answers Code Genesis, Genesis, Sprintine Labs,
which one is performance wise advantageious from List,Set,Map?
is it possible to instantiate the math class?
Static Variable can referred in non-static method?