employer cover photo
employer logo
employer logo

Tudip Technologies

Is this your company?

Tudip Technologies interview question

What are the ways to create Threads in Java?

Interview Answer

Anonymous

2 Nov 2017

You can create a thread by implementing runnable interface or extending thread class.