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...

what is multi-tasking

Answer Posted / nishant lokhande

Multi tasking means No of tasks are running simultaniously.
In java multitasking is possible. To use multitasking there
are two methos
a> To extends Thread class
b> To implement Runnable interface.

In java it is possible to creat no of thread for multiple
application

Methods in Thread class is,
start() :- it is used to create a new thread and to
execute a run method that is defined in this thread class.
run() :- this method is invoked after start() method.
this methos is present in Thread class but we shoult
override it.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If I only change the return type, does the method become overloaded?

990


What variables are stored in stack?

1021


How do you compare two objects?

990


Why there are some null interface in java? What does it mean?

1188


What are the states of thread in java?

1033


What are the types of strings?

1089


What is the difference between a switch statement and an if statement?

1141


Is array primitive data type in java?

1051


What is return type in java?

1126


What are the access modifiers in java?

1094


What is java util concurrentmodificationexception?

959


Can you start a thread twice in Java?

1172


What is the ==?

945


What is the current version of java?

1092


Is there any case when finally will not be executed?

1002