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

You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

536


What is null statement?

537


What is thread life cycle?

544


Explain about field hiding in java?

528


What does 3 dots mean in java?

524






I want to re-reach and use an object once it has been garbage collected. How it's possible?

557


How can we find the actual size of an object on the heap?

806


Is string a class in java?

513


Which programming language is best in future?

527


What is a for loop in java?

599


Can a lock be acquired on a class in java programming?

536


Why is java not 100% pure oops?

622


How to display all the prime numbers between 1 and 100

507


How are the elements of a gridbaglayout organized in java programming?

522


How destructors are defined in java?

632