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
Explain the differences between abstraction and encapsulation?
How do you use substring in java?
How do you create a bulleted list?
What do you understand by the bean persistent property?
What is a condition in java?
Can a static member function access member variable of an object?
What does string [] args mean?
What does index mean in java?
What is user defined exception in Java?
How transient variable is different from volatile variable?
Explain about the interpreter in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Can we compare two strings in java?
Does a function need a return?
Explain the importance of throws keyword in java?