what is a working thread? : Java thread



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

Post New Answer

More Core Java Interview Questions

What is difference between public static and void?

1 Answers  


What is early binding and late binding in java?

1 Answers  


why we cannot declare static variable inside a static method

4 Answers  


How is object created in java?

5 Answers   Cap Gemini,


What is the applet security manager, and what does it provide?

1 Answers  


What is a nested list?

1 Answers  


How many functional interfaces does java 8 have?

1 Answers  


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

1 Answers  


What is method overloading with type promotion?

2 Answers  


What is visibility mode?

1 Answers  


How do you generate random numbers in java?

1 Answers  


Which method cannot be overridden in java?

1 Answers  


Categories