Question: FinalExercise: Create an array of strings and call it text. Initialize it with the quote shown in Output-Example I(5 points Print the array content (2

FinalExercise: Create an array of strings and call it text. Initialize it with the quote shown in Output-Example I(5 points Print the array content (2 points) In main, Call a new method serializeText and pass the array created above called text as argument (4 points) Have Eclipse create serializeText for you, then serialize the content of the array to the file MyText.ser (10 points) . Deserialize the content of MyText.ser in a new method called deserializeText and save the content returned in a new String array called modified (10 points) Create a generic method called printArrayModified and pass it Array named modified (10 Points) In printArrayModified, replace all 'a' to' and print the result along with a label "Content of Modified Array"( 15 points Whitespace, punctuation etc. needs to remain unaffected (see output) Make sure all checked exceptions are caught (3 points) Whenever a checked exception in caught the exception message should be printed (5 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
