package com.company.application;
public class MainClass {
public static void main(String[] args) { }
}
And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATH environment variable is set to “.“ (current directory).
Which two java commands entered at the command line will run MainClass?()