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? Types?



What is multi-tasking? Types?..

Answer / ram nidadavolu

A multithreaded program contains two or more parts that can
run concurrently, Each part a program is called thread and
each part that defines a separate path of execution.
Thus multithreading is a specified from of multitasking .

There are two distinct types of multitasking .
Process: A Process is , in essence , a program that is
executing.
2 Process-based :is heavy weight- allows you run two or
more programs concurrently.
Eg: you can use JAVA compiler at the same time you are using
text editor.
Here a program is a small unit of code that can be
dispatched by scheduler .

Thread-based: is Light weight- A Program can perform two or
more tasks simultaneously.
Creating a thread:
Eg: A text editor can formate at the same time you can
print, as long as these two tasks are being perform separate
threads.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  


What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


how we can implement interface in jsp ?

2 Answers   Google,


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


Can you give me a simple example of using the requiredif validator rule?

0 Answers  


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


What is in-memory replication?

0 Answers  


What is a clone?

0 Answers  


Is 'synchronised' a modifier?

2 Answers   NIIT,


In HashTable I am storing null value..then what is the error it will show

2 Answers   GM General Motors,


Can constructors be synchronized in java?

0 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


Categories