User Manual - STIW3054-A182/HengOngHuat-Repo GitHub Wiki
This is the properties file. All the keyword will set on this file.
This is the output of the log file. When user finish executed the program, the log file will be updated by the date and time.
When we call t1.start(), it start a new thread and the run() method of resultCountPlayer internally to execute it within that new thread. t1.join() means it will wait for t1 thread to finish run.