What state does a thread enter when it terminates its processing in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is the purpose of object oriented programming?
How to Sort list of Strings in ascending order without using java api.
What is unicode in java?
Is it possible for yielded thread to get chance for its execution again ?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What does the “static” keyword mean?
What are the loops in java?
Tell me the Importent classes in net package?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Why should we use singleton pattern instead of static class?