FirstTh th=new FirstTh(); Thread sm=new Thread(th).start(); Which of the following statements is correct with respect to the above code?
Reveal answer
Fill a bubble to check yourself
FirstTh th=new FirstTh(); Thread sm=new Thread(th).start(); Which of the following statements is correct with respect to the above code?