<<< Illegal Identifiers | Index | Public class InvoiceApp >>> |
Syntax:
public static void main(String[] args) { //statements... }
A class that is executable must provide a main method.
There can be only one main method in that class.
<<< Illegal Identifiers | Index | Public class InvoiceApp >>> |