what is a working thread? : Java thread
Answer / Mayank Gahlot
"A working thread is an active thread that is executing its assigned task. It can be in one of three states: running, waiting, or dead."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between public static and void?
What is early binding and late binding in java?
why we cannot declare static variable inside a static method
How is object created in java?
What is the applet security manager, and what does it provide?
What is a nested list?
How many functional interfaces does java 8 have?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is method overloading with type promotion?
What is visibility mode?
How do you generate random numbers in java?
Which method cannot be overridden in java?