Hi,
thanks to all of you. I was also aware of these things. But was thinking from a different point of view. is this not violating basic oops principle of inheritence ? child is inherting from its parent but in some cases its not like its parent
consider this scenario
1.) Class A extends
Thread
2.) Class B extends Thread
3.) Class C extends A
can you say that class C is not a Thread only A and B are Threads? I believe in case of exception its happening like above scenario. please. correct me if I am wrong.
Thanks again for your inputs.
Regards,
Neeraj.