String str1 = "Apple"; String str2 = "apple"; System.out.println(str1.equals(str2)); // false System.out.println(str1.compareTo(str2)); // مقدار منفی