Answer Posted / himanshu kapoor
IF this question is that in how many ways we can use the thread in java?, then answer is that there are two ways
1. by implementing Runnable interface and
2. by inheriting Thread (abstract class)
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Who developed java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is logical variable?
What is the difference between compile-time polymorphism and runtime polymorphism?
Explain access modifiers in java.
What do you mean by stream pipelining in java 8?
What is static class
What are the four integer types supported by java?
How hashset works internally in java?
What are singleton services?
What is t type java?
What are methods in java?
What are three types of loops in java?
What are loops in java? What are three types of loops?
Why constructor has no return type?