Java
T
point
Home
Python
Java
JavaScript
HTML
SQL
PHP
C#
C++
DS
Aptitude
Reasoning
Selenium
DBMS
C
Android
Interview Q
Content Menu ▼
1
2
3
4
5
6
7
8
9
10
Question 1
:
To start the execution of a thread after you create it, you must:
1.
Call the run() method
2.
Call the start() method
3.
Do nothing--threads start automatically upon creation