- Engineering
- Computer Science
- if string a quotabcdquot and string b quotabcdquot...
Question: if string a quotabcdquot and string b quotabcdquot...
Question details
If String a = "ABCD" and String b = "abcd" then a.equals(b); returns false but a.equalsIgnoreCase(b); returns true. Ture False Is it true or false please help?
Solution by an expert tutor
