I have written an application which needs input from user. I was thinking about my options. XML is an option but I don't want to use that.
Can I use properties file for the input? Is it a good way of using properties file in Java or it has some other use?
Thanks for looking into this.