Place Main Function Last (PMFL)

Description:

Tries to make the program comply with various coding standards regarding the form of class definitions.

Example:

public class PMFL {
    void func1 () {}
    public static void main (String args[]) {} 
    void func2 () {}
}