Java tutorial
public class Main { public static void main(String[] args) { short s = 10; Short sObj = new Short(s); System.out.println(sObj); } }