Write a program that asks the user for 2 text files (files name), then the program checks if the
two files are exact match or not. If they are match its will display they are match. If not, it
should display the different lines between the two files.
in java language