If str1 and str2 are both String objects, which of the following expressions will correctly determine whether or not they are equal?

a. str1 = str2
b. str1 && str2
c. str1.equals(str2)
d. str1 += str2

c. str1.equals(str2)

Computer Science & Information Technology

You might also like to view...

_______-generation computers became possible by the development of integrated circuits.

A. First B. Second C. Third D. Fourth

Computer Science & Information Technology

____ is an Internet tool that aids in retrieving domain name-specific information from the NSI Registrar database.?

A. ?WHOIS B. ?Locate C. ?DNS D. ?Whereis

Computer Science & Information Technology