Answer Posted / naveen
A thread is a part of program that follows a separate path of execution.
A thread is also called a light weight process as they share common resources
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we convert integer to string in java?
What is the concatenation operator in java?
What is starvation?
What is the difference between heap and stack memory?
what is a working thread? : Java thread
What are java threads?
What are the different types of inner classes?
What is meant by data hiding/encapsulation?
explain local datetime api in java8?
How can you write a loop indefinitely in java programming?
describe synchronization in respect to multithreading? : Java thread
What is the implementation of destroy method in java. Is it native or java code?
what is interface in java? Explain
What is numeric data type?
What are wrapped classes in java programming?