Question: What is the output? public static void main(String [] args) { String a = name; String b } = name; if (a.equals(b)) { a

What is the output? public static void main (String [] args) { String a =

What is the output? public static void main(String [] args) { String a = "name"; String b } = "name"; if (a.equals(b)) { a += "My b += "My "; System.out.println((a.toLowerCase() != b. to LowerCase()));

Step by Step Solution

3.41 Rating (160 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The detailed answer for the above question is pr... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!