public class Demo { public static void main(String []args){ short val = 30; Short myShort = new Short(val); System.out.println(myShort); } }