Description:
According to Sun Code Conventions for Java, the public class or interface should be the first class or interface in the file.
Example:
class Helper { // some code } public class PPCM { // some code }