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