Could you please help me Write a lab report summarizing the Java programming experiment below, including the application
designs, challenges faced, and the observed results.
Experiment:
Name: I/O Stream Application Design
Environment: Personal Computer with Microsoft Windows, Oracle Java SE
Development Kit, Netbeans IDE
Objective and Requirements: To study and understand the different classes in
Stream APIs and their application scenarios; To master methods to design I/O Stream
applications.
Contents: To design a Java desktop application which is used to read an input string
from the console and save it as a data file; To design another Java desktop application
which is used to read the data file, extract the string and display it on the console.
Place:
Important Notes: After finishing the experiment, you must write the lab report,
which will be the summary of application designs and debugging.