Answer Posted / tulasi prasad
Thread is a sequential flow execution, that it has one
entry point,one exit point, some sequence of steps in
betwwen start nd stop. Other wise u can say like this :
Thread is alight weight process, y because its havening
less over heads
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When does an object becomes eligible for garbage collection in java?
How big is a 32 bit integer?
Does java support Operator Overloading?
What is an inner class in java?
What are scalar data types?
Give the difference between the println method and sqrt method?
What is a flag and how does it work?
What is bytecode in java ?
What is sortedset in java?
When arithmeticexception is thrown?
What is the difference between synchronized and synchronized block?
What does the “static” keyword mean?
Is java platform independent?
What super () does in java?
What are the two ways to create a thread?