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
What is substring 1 in java?
Can you sort a string in java?
What's the base class in java from which all classes are derived?
What is volatile keyword in java
Is java se free?
How do you find the absolute value?
What are the important features of Java 10 release?
What are the advantages of defining packages in java?
Is it possible to write a regular expression to check if string is a number?
Explain some best practices you would apply while using collection in java?
What is string [] java?
What is singleton class example?
what is an objects lock and which objects have locks? : Java thread
What is abstract class constructor called?
Can we use static class instead of singleton?