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 void a data type?
What is sortedmap interface?
How do you find the independent variable?
Can you call a private data from an inner class?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
What do you mean by an object in java?
Explain the difference between comparator and comparable in java?
What is file in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Why is java multithreaded?