Which of the followidng statements are true.
a.All the threads created in a class come to an end at the same time.
b.You can stop a
thread indefinitely if u wish to.
c.You can start a thread only by extending the Thread class d.multiple threads accessing a method will lead to producing junk.
e.JVM exits after the main() thread is exited even if there might be some threads running
Is 'd' right or wrong ?
I think the right answers are : b, e