public class MainClass{ public static void main(String[] argv){ switch(new Integer(4)) { case 4: System.out.println("boxing is OK"); } } }