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 |
Name and explain the types of ways which are used to pass arguments in any function in java.
What are different type of exceptions in java?
What are the topics in core java?
Can we define private and protected modifiers for the members in interfaces?
Can arraylist contain null values?
what is meant by package in java?
what is comparable and comparator interface?
Difference between Preemptive scheduling vs. Time slicing?
How to invoke external process in java.
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
Can a constructor call another constructor?
Explain serialization and deserialization in java?