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 |
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
What happens when a thread cannot acquire a lock on an object?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
How would you create a button with rounded edges?
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
wahts is mean by dynavalidatorform in struts/
Name three component subclasses that support painting?
What is Servlet Filter And What does it work?
How can I scroll through list of pages like the search results in google?
how can we load a file of a user in the database table?
What is the difference between the string and stringbuffer classes?
what is the proxy pattern?