1 package test3.sub; 2 3 public class SubPackName { get()4 public static int get() { return 5; } 5 } 6