what is purpose of collections.unmodified() method..?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between size and length in java?
What is the purpose of javac exe?
What are the fileinputstream and fileoutputstream?
Give a brief description of java socket programming?
What is the functionality of the stub?
Describe the process as to how substring() methodology mechanisms in java.
What is the purpose of the file class in java programming?
What is a void method java?
What about instanceof operator in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Why convert an applet to an application?
What does sizeof return?
What is the default value of byte datatype in java?
what is meant wrapper classes?
What is variable explain?