多选题
Given that the current directory is bigApp, and the following directory structure:
bigApp
|-- classes
|-- com
|-- wickedlysmart
|-- BigAppMain.class
And the code:
package com.wickedlysmart;
public class BigAppMain {
public static void main(String[] args) {
System. out.println("big app");
}
}
Which will invoke BigAppMain? (Choose all that apply.)