Answer Posted / gyana
1-Thread is a process of execution path of a programme.
2-Java supports single threading,but not supported
multithreading.
3-Threading causes sequential work in a programme.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is meant by singleton class?
I want to persist data of objects for later use. What’s the best approach to do so?
What one should take care of, while serializing the object?
Which class is the superclass for all the classes?
Why is static used?
Can we print null in java?
What function extracts specified characters from a string?
What is the vector class in java programming?
Why string is called as immutable?
What all access modifiers are allowed for top class ?
Explain wrapper classes in java?
What is an iterator java?
What are the escape sequences in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is the functionality of the stub?