Every Java program requires the presence of at least one class.
Is the above statement always true ?
Yes. In Java you always need one class with the function main to have the JRE run it.