Montran Interview Question

How you create a thread?

Interview Answer

Anonymous

Apr 24, 2019

Implementing Runnable interface or extending Thread class ( you need to implement/override the run() method)