Question: 1. Given the following declarations: String s1 = cake; String s2 = pie; Evaluate the expression: s1.compareTo(s2) > 0 false none of these true 2.
1. Given the following declarations: String s1 = "cake"; String s2 = "pie"; Evaluate the expression: s1.compareTo(s2) > 0
| false |
| none of these |
| true |
2. Given the following declarations: String s1 = "cake"; String s2 = "cake"; Evaluate the expression: s2.equals(s1)?
| none of these |
| false |
| true |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
