Mphasis Interview Question

Write how to create a thread

Interview Answer

Anonymous

Feb 17, 2020

public class Test extends Thread { public static void main(String [] args) Thread t = new Thread(); t1.start(); }

1