What is meant by multi-threading?

Answer Posted / ashutosh kumar

A multi threading program contains two or more parts that
can run concurrently.a processes are heavy weight tasks that
requires their own separate address space but it is very
expansive because every time context switching and
interprocess communication is done in this,but in
multithreading it share the same address space and
coopertively.interthread communitation is inexpansive and
context switching from one thread to the next is lower in cost.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the argument type of a programs main() method?

827


What is metaspace?

770


Which textcomponent method is used to set a textcomponent to the read-only state?

874


What restrictions are placed on the values of each case of a switch statement?

746


Can I use multiple html form elements with the same name?

816


what is a portable component?

1675


Difference between swing and awt?

842


What is the difference between a static and a non-static inner class?

847


What is ioc concept?

933


What is the difference between session and entity beans?

809


When is the best time to validate input?

823


difference between  ejb,struts,hibernate,spring and jsp

2571


Why do threads block on i/o?

930


If your ui seems to freeze periodically, what might be a likely reason?

779


Name three subclasses of the component class?

848