Answer Posted / jayaprasad
calling the Thread class methods like start().
Threads can be created in two ways
1) extends Thread class
2) implementing Runnable interface.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can you call one constructor from another if a class has multiple constructors?
What are the different access modifiers available in java?
Explain access modifiers in java.
What are the core java topics?
Is java a software?
What is meant by final class?
Is it possible for a yielded thread to get chance for its execution again?
How can we run a java program without making any object?
Can we have multiple classes in a single file?
What are the java ide’s?
Which method returns the length of a string?
What is use of valueof () in java?
Why is string buffer better than string ?
Explain tree set and its features?
What is an image buffer?