Can I implement my own start() method?
Submitted by: AdministratorThe Thread start() method is not marked final, but should not be overridden. This method contains the code that creates a new executable thread and is very specialised. Your threaded application should either pass a Runnable type to a new Thread, or extend Thread and override the run() method.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Threads Job Interview Questions And Answers
Top Java Threads Questions
| ☺ | How would you implement a thread pool? |
| ☺ | What is a green thread? |
| ☺ | Why are wait(), notify() and notifyall() methods defined in the Object class? |
| ☺ | Why are there separate wait and sleep methods? |
| ☺ | What is a working thread? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
