Question 759: class X implements Runnable { public static void main(String args[]) { /* Missing code? */ } public void run() {} }Which of the following line of code is suitable to start a thread ?
tcs
wipro
infosys
general
aptitude
threads
java-programming
Option C is suitable to start a thread.