Subscribe to my newsletter and never miss my upcoming articles
I came across the need for reading XML or Extensible Markup Language files in a Java program while working on a Monopoly simulator in my studies. In this blog post I will share how I managed to make the program configurable using XML. Disclaimer: I a...