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 |
Is 0 an irrational number?
Which collection is best for sorting in java?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
Can a class extend 2 classes in java?
Can an interface have a constructor?
What is outofmemoryerror in java?
What does sizeof return?
What are the two types of exceptions in java? Which are the differences between them?
What are integer overflows and underflows and how to handle them?
what is ABSTRACTION and what are using in real time project?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Can we increase size of array?