class MyThread extends Thread
MyThread() +
MyThread(Runnable r) {super(s); }
public void run()
System.out.print("Inside Thread "),
DA)
class MyRunnable implements Runnable
{
public void run()
{
System.out.print(" Inside Runnable"),
}
}
class Test
public static void main(String[] args)
new MyThread().start();
new MyThread(new MyRunnable()).start();
Answers
Answered by
0
Answer:
7. find the term independent of x in the espansion of (x-1/x)⁶
Please answer it properly with Proper Solution
Similar questions