Java
T
point
Home
Python
Java
PHP
JavaScript
C++
C#
Aptitude
Reasoning
Selenium
DS
DBMS
C
SQL
Android
HTML
Interview Q
Training
Content Menu ▼
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Question 1
:
Which method must be defined by a class implementing the java.lang.Runnableinterface?
1.
void run()
2.
public void run()
3.
public void start()
4.
void run(int priority)