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

Nov 2, 2017

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