What is the initial state, When a thread is created and
started?
Answers were Sorted based on User's Feedback
Answer / rajesh
Initial state of the thread is ready state. When you create
an object of the class either implementing the runnable
interface or extending Thread class, thread is created.
Thread is start when developer calls;
Thread.start() method
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / dharmender
the initial state of a thread is New, when a thread instance is just created but start method is not yet invoked on it.
Once start method is called upon then it enters the Runnable state.
| Is This Answer Correct ? | 3 Yes | 2 No |
whats is mean by filter?
What is the purpose of the wait(), notify(), and notifyall() methods?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
Can I run seam with jdk 1.4 and earlier?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Difference between DurableSubscription and non- DurableSubscription?
What is servlet preinitialization
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
What is synchronization and why is it important?
What is a convertor?
Can I use multiple html form elements with the same name?
In a multitiered application which tier is the browser in?