Answer Posted / sharvari
Thread is a unit of program code in execution. It is unit of
dispatching.
Thread can be viewed as an independent program counter
within a process.
Basically it reduces switching overhead and helps
multiprogramming.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we catch more than one exception in a single catch block?
Write a program to check for a prime number in java?
Can we have 2 main methods in java class?
Can a final variable be manipulated in java?
What is thread life cycle?
What is a static class in java?
What is a default method?
What is the formula to calculate percentage?
What is native code?
How to find the given number is a prime number or not by getting input from the user
What is enhanced loop in java?
What is the difference between class & structure?
Why is string buffer better than string ?
Why can't you declare a class as protected?
Can you instantiate the math class in Java?