What is the name of the method used to start a thread execution? Select one:
a. Init();
b. Resume();
c. Start();
d. Run();?
Answers
Answered by
0
Answer:
option c. start()
Explanation:
The start() method causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread
Similar questions
Math,
6 months ago
Computer Science,
6 months ago
Accountancy,
11 months ago
Math,
11 months ago
Science,
1 year ago
Math,
1 year ago