Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / will

Calling run() without calling start() will effectively
execute run() in the current thread.

Calling start() will kick off a seperate thread,from your
current thread, which will then call run().

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you count in java?

968


What is cmp in java?

1014


Is eclipse a jdk?

950


Can a method be static and synchronized?

1105


In java thread programming, which method is a must implementation for all threads?

1074


What is profile in java?

994


What is cache in java?

964


What are jdk tools?

950


can anyone tell me what kind of questions are asked for core java exam in aptech

1917


What is transient in java?

935


What is jndi datasource in java?

944


i have client interview in TCS.client is CITI BANK.how to face it,what type of questions they will ask,please tell send me to kumar525job@gmail.com

14117


What's the difference between local, global and universal groups? : java security

985


When a thread is created and started, what is its initial state?

1016


For each of the following program segments,give a big zero analysis for the running time 1.For (i=0;i

1983