मराठी

The following code to compare two strings is compiled, the following syntax error was displayed - incompatible types - int cannot be converted to boolean. - Computer Applications

Advertisements
Advertisements

प्रश्न

The following code to compare two strings is compiled, the following syntax error was displayed - incompatible types - int cannot be converted to boolean.

Identify the statement which has the error and write the correct statement. Give the output of the program segment.

void calculate()
  {
  String a="KING",b="KINGDOM";
  boolean x=a.compareTo(b);
  system.out.println(x);
  }
थोडक्यात उत्तर

उत्तर

-4

Reason: compareTo() gives the ASCII difference between the first two dissimilar characters present in the string, but if any one of the strings ends early, then it returns the difference of the length.

shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2023-2024 (February) Official
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×