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 a resource leak ?
Why do we need wrapper class?
What is procedure overloading?
Explain about field hiding in java?
How do you sort data in java?
How do singleton patterns work?
Which sorting is best in java?
Is there a way to increase the size of an array after its declaration?
How many types of memory areas are allocated by JVM in java?
How to convert string to char and vice versa?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What is difference between word and integer?