What is a thread?

Answers were Sorted based on User's Feedback



What is a thread?..

Answer / bindhu

Thread is the smallest unit of executable code. Different
states of a thread is new, ready,running, waiting,
suspending, terminating.

Is This Answer Correct ?    2 Yes 0 No

What is a thread?..

Answer / devarathnam c,kotagudibanda(po

Hi...
Thread is a light-weight program ,or it is separate
execution path with in the program.

Is This Answer Correct ?    2 Yes 0 No

What is a thread?..

Answer / madhan kumar.s

Thread is light weight progarm.its single execution of program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

How to implement RMI in Java?

0 Answers   TCS,


What exceptions are thrown by RMI?

1 Answers  


how to get value in combo for updation?

1 Answers   CMC,


What are the steps involved in developing an RMI object?

1 Answers  


What are skeletons and stubs and how they are generated?

2 Answers  






What is the name of the state, when a thread is executing?

4 Answers  


what are the activation groupworks?

0 Answers  


What is ripple effect?

0 Answers  


If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?

1 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


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?

0 Answers  


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


Categories