A Short Package Example package MyPack;public class Main { public static void main(String args[]) { System.out.println("hi"); }} Then try executing the class, using the following command line: java MyPack.Main