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 do you print array in java?
How can we make sure main() is the last thread to finish in java program?
What is a function argument in java?
How do you bind variables?
what happens when we add the objects morethan the size limit to a hashmap
Explain the concept of proper inheritance?
0 Answers Thomson Reuters, Virtusa,
Does anyone still use java?
what is the difference between yielding and sleeping? : Java thread
Explain a situation where finally block will not be executed?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is a condition in programming?
Can we have more than one package statement in source file ?