String s = ""; System.out.println(s instanceof String); // true
String s = ""; System.out.println(s.getClass().getSimpleName()); // String