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

What is a package in java? List down various advantages of packages.

1201


What if I write static public void instead of public static void in java?

1032


What is get () in java?

975


What is the current version of java?

979


How we can run a jar file through command prompt in java?

914


What is the declaration statement?

892


Why chararray() is preferred over string to store the password?

961


What is t type java?

1013


What is overriding in java?

991


Explain static nested classes ?

1046


java Technical questions asked by JPMC

4995


What is externalizable interface?

1057


What is local variable and instance variable?

1002


What is null statement?

946


Do I need to import java.lang package any time? Why?

1314