Discuss the below code:
Q: Create a Java program to do the following:
a. Serialize the following three books into a byte file with name (Books.ser).
ISBN TITLE #PAGES
1111 The Sky Is Not the Limit 254
7322 A Brief History of Time 730
9905 Letters from the Field 147
b. Deserialize file (Book.ser) and find the book with maximum number of pages.
c. Write that one record you find in (b) into a new text file
Attachment:- Files and Streams.rar