cant we call run() method directly instead of calling indirectly through the start()
method ? if we do so then what is the problem ?
Answer Posted / rajkiran bande
@Answer 5 : Yes. But you'll eventually end up in getting
IllegealThreadStateException when run() is invoked for the
second time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why serialization is used in java?
Do I need jdk or jre?
What is loose coupling in java?
How do I start netbeans?
Which is best framework in java?
Explain issues of old java date api?
Explain the common use of ejb?
What is the meaning of loosely coupled in java?
What's a code group? : java security
Are jvm’s platform independent?
What is repository pattern in java?
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
For each of the following program segments,give a big zero
analysis for the running time
1.For (i=0;i What is adoptopenjdk? Can a method be static and synchronized?