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 platform independence in java?
What are latest features introduced with java 8?
Explain the difference between getAppletInfo and getParameterInfo?
What is tcp and udp?
Which oo concept is achieved by using overloading and overriding?
Explain a situation where finally block will not be executed?
What are the procedures?
How do you start a new line in java?
What is a boolean output?
Explain inheritance in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Can you inherit from an abstract class java?