public class Type1 { public static void main(String[] args) { String s = null; System.out.println(s instanceof String); } }