Description: Write a Java application, to achieve the following functions: 1) to determine whether the same two strings, s1 = " you are a student" , s2 = " how are you" 2) to determine the string " 22030219851022024" prefix, suffix whether and a string " 220,302" the same 3) according to the dictionary in order to compare two strings " you" and " me" the size of the relationship 4) the numeric string " 100" and " 123.678" conversion to digital 5 ) will be the string " FEDCBA" store to the array, calling for loop to read out an array of data displayed on the screen.
To Search:
File list (Check if you may need any files):
StringTest.java