What is the output of the program?
String text1="Virat Kohli";
String text2="Ravindra Jadeja";
System.out.println(text1.contentEquals(text2));


Posted on by