What will be the output of the following code when executed?
public class StringTester{
public static void main(String[] args){
String str1=null;
String str2=new String(“null”);
System.out.println(“null”.equals(str1));
System.out.println(“null”.equals(str2));
System.out.println(str1.equals(null));
}
}

false
true
NullPointer Exception

NullPointer Exception

true
true
false

false
false
true

Correct Option - a

To get all Infosys Certified Java Programmer Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in