Answer Posted / surya simhadri
Thread is an independent flow of execution with in a
process. A process can have any number of threads.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why char array is preferred over string for storing password?
What is java util function?
What is a layout manager and what are different types of layout managers available in java awt?
How we can make copy of a java object?
Can you extend singleton class?
What is a parent class in java?
Is class forname reflection?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is thread life cycle?
What is static and final keyword in java?
What are the 3 types of loops in java?
How to overcome the exception object reference not set to an instance of object?
What are streams in java 8?
What are implicit objects in java?
What is a finally block? Is there a case when finally will not execute?