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 |
What is the different between get and post?
what is main purpose of interface?
2 Answers Accenture, HCL, NIIT,
Why vector is used in java?
Can a class have multiple subclasses?
How garbage collection is done in java?
can we create instance for interface in java?
Is arraylist sorted in java?
Can we have any other return type than void for main method?
How can a gui component handle its own events in java programming?
Do I need java on my computer?
What is main difference between variable and constant?
What is difference between string and stringbuffer?