{{theTime}}

Search This Blog

Total Pageviews

How to use UnmodifiableList to create Read Only List in Java

private static final List<String> readOnlyCountriesList= java.util.Collections.UnmodifiableList(java.util.Arrays.aslist("USA","JAPAN","EUROPE")) ;

1 comment:

Dan Garr said...

Helllo mate great blog

Optimizing Java Applications for Low-Latency Microservices

Introduction Microservices architecture has become a go-to for building scalable, modular systems, but achieving low latency in Java-based...