मराठी

What will be the output of the following program snippet? s1 = "COMPUTER"s2 = "computer" System.out.println(s1.equals(s2)); - Computer Applications

Advertisements
Advertisements

प्रश्न

What will be the output of the following program snippet? 

s1 = "COMPUTER"
s2 = "computer" 
System.out.println(s1.equals(s2)); 

पर्याय

  • True

  • False

  • 0

  • 1

MCQ

उत्तर

False

Explanation:

The equals() function in Java (and other comparable languages) compares two strings exactly, including case. Because "COMPUTER" (uppercase) and "computer" (lowercase) are not the same when case-sensitive comparison is used, s1.equals(s2) gives False.

shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 4: String Handling - EXERCISES [पृष्ठ २८६]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 4 String Handling
EXERCISES | Q I. 6. | पृष्ठ २८६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×