Open billy1624 opened 6 years ago
1) Using thread is one of the many options. It is not a must. E.g. using call back also works. wait may also work. 2) One group of student write the message in command line console (System.out.println()) for this particular part. And that is also acceptable.
I wonder if I should write the message showing fetching status in real-time? i.e. I will need to start a new Thread for fetching the data from website. Is that part of the requirement?
Thanks!!