what state does a thread enter when it terminates its processing? : Java thread
Answer / Hari Shankar Mehra
A thread enters the Terminated state when it terminates its processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
static inner classes means..?
What is rule of accessibility in java?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
what is difference between front controller and action servlet?
Why java is not a pure object oriented language?
What is a ?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is multithreading ???? How to stop multithrading in java????
What are different types of control structures?
What is the significance of listiterator?
Does google use java?