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
Create two Input files (each with 20 rows). Each file has data as following: Name, Marks Adam, 56 Mike, 87 ... ... - Wri
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create two Input files (each with 20 rows). Each file has data as following: Name, Marks Adam, 56 Mike, 87 ... ... - Wri
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!