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
For class CFoo { }; what default methods will the compiler generate for you>?
How use .contains in java?
Why method overriding is used?
What is string buffer?
What is a byte string?
What is Hierarchy of exception?
What is a key in java?
What does next mean in java?
What are multiple inheritances?
Which variables are stored in stack?
What is a numeric literal?
what is function overloading in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How do you make a thread in java?
What is break and continue statement?