Computer Science, asked by siddu547, 10 months ago

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 charlie1505
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