help please
Am new to java ,and self studying it , I need help in doing this simple exercise to some.
Question:
Develop a simple application that, when run, Welcomes the users and tells them the name of the last person to run the application, this information should be retrieved from a file. After welcoming the users, ask them for their name and save it to the file. Use the ClassLoader class to load the file.
Any Help would be grateful?

