Reading Time: 2 minutes Java IO library provides various methods to read text files. I am going to demonstrate different ways you can do…
Reading Time: < 1 minute In my previous article I had explained how to make a class immutable. Taking that as an example, it shows…
Reading Time: 2 minutes Immutable objects are those which, once initialized can not be changed. These kinds of objects are generally used as configuration…