logo Practice-It logo

BJP4 Self-Check 7.16b: equalsStrings

Language/Type: Java arrays Strings
Author: Marty Stepp (on 2016/09/08)

Write a method called equals that takes in two string arrays and returns true if they are equal; that is, if both arrays have the same length and contain equivalent string values at each index.

(If you like, you may look at the equals method developed in section 7.2 of the Building Java Programs textbook as a reference. The version in that book section compares arrays of integers instead of strings.)

Type your solution here:


This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.