public class MainClass{ public static void main(String[] argv) throws Exception{ int sz ; sz = 10; String tmp = null; if( tmp != null X tmp.equals( "BIG" )) sz = 20; } } A. Replace X with &. B. Replace X with &&. C. Replace X with |. D. Replace X with ||.