Please write this Java program as simple as possible and with comments throughou
ID: 3730200 • Letter: P
Question
Please write this Java program as simple as possible and with comments throughout explaining what is happening. Thank you!Exercise Design and implement a Java program for programming exercise 7.26, page 282 (name it StrictlyldenticalArrays), to che ck if 2 arrays are strictly identical. The arrays must be passed as parameters to a method that does the comparison. Follow the instructions in the problem statement and use the given sample runs to test your code. Design the main method of your program to handle all input and output and to allow the user to re-run the program with different sets of inputs. Document your code and organize the output using appropriate fomatting techniques.