Short sObj1 = new Short(s); public class MyClass { public static void main(String[] args) { short myNum = 5000; System.out.println(myNum); } }