wahts is mean by thread?

Answer Posted / mukthiyar

Thread is a light weight process.
Thread is a single sequential execution flow of control.
Each thread has its own Stack memory.
Different Threads share the same memory(Heap Memory) and it
use some algorithm for implementing time slice like(Round
Robin).were as different Process take different memory space.

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of string and stringbuffer?

540


When should I use singleton pattern?

536


What is wrapper class example?

529


What are the differences between this and super keyword?

521


What are nested classes in java?

596






What is the default value of an object reference declared as an instance variable?

529


What is the purpose of the file class in java programming?

520


What is xslt in java?

510


What is the purpose of tostring() method in java?

543


What is the difference between super class & sub class?

558


What is the difference between abstraction and encapsulation?

553


explain the concept of virtual method invocation in polymorphism in detail?

1706


Write the algorithm to check the number non-leaf nodes in a tree.

577


Will the jvm load the package twice at runtime?

566


What is string [] java?

520