The document contains a Java program that processes student data from input files, calculates average marks, and writes the results to output files. It defines a Student class to hold student information and a FileProcessor class to handle file reading and writing in a multi-threaded manner. The main method initializes sample student data, writes it to files, and starts threads to process each file concurrently.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Import Java
The document contains a Java program that processes student data from input files, calculates average marks, and writes the results to output files. It defines a Student class to hold student information and a FileProcessor class to handle file reading and writing in a multi-threaded manner. The main method initializes sample student data, writes it to files, and starts threads to process each file concurrently.