164k views
5 votes
True or False: The following two statements will always yield the same value when a and b are Strings:

1) a.equals(b);
2) a==b;

Select one:
True
False

User Vicky P
by
7.2k points

1 Answer

4 votes

Answer:

a. Contains: trueb. Contains: falsec. Contains: nullClear my choiceQuestion 20 Answer saved Marked out of 1.00True or False: A Set is used to store objects in a particular order.Select one:TrueFalseQuestion 21 Answer saved Marked out of

User Asim Roy
by
6.6k points