 
| Search Interview Questions |  More than 3000 questions in repository.  There are more than 900 unanswered questions. Click here and help us by providing the answer.  Have a video suggestion. Click Correct / Improve and please let us know. | 
| 
 | |||
|  | ||||
| Interview Questions and Answers | ||||
| 
 | ||||
| Ans. No , it has run method declared. | ||||
|  Help us improve. Please let us know the company, where you were asked this question  : | ||||
|  Discuss  Correct / Improve   java   oops   interfaces   marker interface   runnable   yes-no | ||||
|  Related Questions | ||||
|  Why do we need Thread class even in case we execute thread using runnable interface ? | ||||
|  What is the use of runnable interface if we can always create a new thread using Thread class ? | ||||
|  Why do we use Thread Class as well as Runnable Interface for creating threads in Java ? | ||||
|  What is the there only one method declared in Runnable interface? | ||||
|  How executor service is better than using primitive Threading mechanism using Thread class or runnable Interface ? | ||||