What is unmodifiable list in java?



What is unmodifiable list in java?..

Answer / Girish Kumar Arya

An UnmodifiableList in Java is a read-only view of an existing List. It prevents modification of the underlying list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is string data?

1 Answers  


Explain heap sort?

1 Answers   Flextronics,


What is a buffer in java?

1 Answers  


What is the use of singleton?

1 Answers  


when everything can be done by static block then why do we use main method?.

2 Answers  


How do you control extraneous variables?

1 Answers  


What is object cloning in Java?

1 Answers   SwanSoft Technologies,


How do you use nextline in java?

1 Answers  


Which variables are stored in heap?

1 Answers  


What is static import?

1 Answers  


Is null == null in java?

1 Answers  


What is abstract class constructor called?

1 Answers  


Categories