Answers for "java what is the use of unmodifiable list"

0

java create unmodifiable list

List<Object> list = Collections.unmodifiableList(new Object());
Posted by: Guest on March-01-2020

Code answers related to "java what is the use of unmodifiable list"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language