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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!