public class MainClass{ public static void main(String[] argv){ String s1 = new String("immutable"); System.out.println(s1); } }
immutable