<<< Recommendations for naming a class | Index | How to declare a variable >>> |
You can name your class whatever you like, but remember you must save it in a file with the same name.
The class name InvoiceApp is stored in the file named InvoiceApp.java.
The method named "main" becomes the entry point into the application when JVM begins its execution.
The indentation and alignment within the class and the method is an important aspect of coding.
<<< Recommendations for naming a class | Index | How to declare a variable >>> |