public class Code1 { public static void main(String []argv) { var x = "hello"; System.out.println(x.getClass()); } }