โช Choose the correct option.
public class MyRunnable implements Runnable {
public void run() {
// some code here
}
}
public class MyRunnable implements Runnable {
public void run() {
// some code here
}
}
Which of these will create and start this thread ?