open file A.txt and print all data using thread in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

open file A.txt and print all data using thread in java

12th Dec 2019, 12:33 PM
Ham Zah
Ham Zah - avatar
2 Answers
+ 1
Pretty simple and straightforward. It's just reading data from a file by either extending the Thread class or implementing the Runnable interface.
12th Dec 2019, 1:12 PM
Avinesh
Avinesh - avatar
0
Alright,but i need code to understand...
12th Dec 2019, 6:14 PM
Ham Zah
Ham Zah - avatar