A public class MainClass{ public static void main(String[] argv){ String s = null; System.out.println(s == null); } } true