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