Page 1 of 1

Create two Input files (each with 20 rows). Each file has data as following: Name, Marks Adam, 56 Mike, 87 ... ... - Wri

Posted: Sun May 15, 2022 1:49 pm
by answerhappygod
Create two Input files (each with 20 rows). Each file has data
as following:
Name, Marks
Adam, 56
Mike, 87
...
...
- Write Java code to read above students data.
Task 1: Read the two files without using Threads and identify
which student has the highest marks.
Task 2: Read the two files using two threads and identify which
student has the highest makes.
Please add comments and pictures of the program. Thanks