The method header of the equals() method within the String class is ____.
A. public boolean equals(Strings)
B. private boolean equals(String s)
C. public boolean equals(String s)
D. public boolean equals(Character s)
Answer: C
Computer Science & Information Technology
You might also like to view...
Tap the ESC key to recalculate an answer that was obtained using the Table Formula command.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
____ types store various kinds of numbers, and can be used as “building blocks” to build other types.
A. Reference B. Primitive C. Return D. General
Computer Science & Information Technology