{{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

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...