Question: Given the following declarations: String st=banana String s2 = banana Evaluate the expression: s2.compare To(s) > 0 false true none of these Question 17 Given


Given the following declarations: String st="banana" String s2 = "banana" Evaluate the expression: s2.compare To(s) > 0 false true none of these Question 17 Given the following declarations: String s1 = 'apple": String s2 = "banana" Evaluate the expression: s2.equals(s1) true false none of these U Question 19 2 pts Given two String variables, s1 and 52, to determine if they are NOT the same length, which of the following conditions would you use? length(st) t= length(2) none of these (s1.length().equals(2)) (! s1.equals(s.2)) (s1.length()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
