Advertisements
Advertisements
प्रश्न
Write down the syntax to perform the following task:
To compare whether two Strings(str1, str2) are same or not.
एका वाक्यात उत्तर
उत्तर
boolean b = str1.equals(str2);
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?