So, this is most probably a stupid question... but I am a beginner in Java!
I've managed to run the basic "Hello World" in cmd, but I've noticed that when my code was complied using javac, the class name is completely different to my notepad file. I saved my notepad file with the code in as FirstProgram.java but I've notice my compiled version (class file) has been named as HelloWorldApp.class
How do I get the class version to match the notepad name??