there is a question under k&b book(exam 310-035& 310-025, page 540, question 2, about class Thread.
question is:
Which two of the following methods
are defined in class Thread?
A. start()
B. wait()
C. notify()
D. run()
E. terminate()
--------------------
my first answer was "answer A. start()". i know the question ask me to choose TWO. but i dont understand why run() will also be the answer.
is it because Thread implements Runnable and then run() will be defined in class Thread since class Thread implements Runnable and have to provide the implementation?
my second time answering this question on the MasterExam questions i mark run() and start().
i hope i wont get wrong on this in my saturday
test coming soon.