Question: Suppose that a String is declared as: String aStr = new String(lima bean); The value of aStr.equals(Lima Bean) is ____________. a. True b. False c.
Suppose that a String is declared as:
String aStr = new String("lima bean");
The value of aStr.equals("Lima Bean") is ____________.
a. True
b. False
c. Illegal
d. Unknown
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
