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 = "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
The detailed answer for the above question is pr... View full answer
Get step-by-step solutions from verified subject matter experts
