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 / neeraj_passion2001
yes you can call run() as ordinary method.
but while calling run() explicitly u can not achieve multi
threading.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of java 8’s date and time api over old date api and joda time api?
What if I write static public void instead of public static void?
How do you count in java?
Why are lambda functions called lambda?
Is java installed on windows 10?
How do I run a java program from the command line?
Can you compile java into exe?
What is ui framework in java?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
How do I install java re?
What is the meaning of loosely coupled in java?
What is the resourcebundle class?
What is ehcache in java?
Are streams faster than for loops?
How can c# app request minimum permissions? : java security