What is meant by multi-threading?

Answers were Sorted based on User's Feedback



What is meant by multi-threading?..

Answer / rajesh

Multithreading means various tasks are run in a single
program at synchrous manner

Is This Answer Correct ?    43 Yes 7 No

What is meant by multi-threading?..

Answer / eswar

multithreading means running more than one thread at a time
in one program.

Is This Answer Correct ?    16 Yes 2 No

What is meant by multi-threading?..

Answer / harimustyala

Multi-threading means various threads that run in a system.

Is This Answer Correct ?    20 Yes 8 No

What is meant by multi-threading?..

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

What is meant by multi-threading?..

Answer / ch.sivaprakash

multithrading means various tasks runs in the program.

Is This Answer Correct ?    9 Yes 2 No

What is meant by multi-threading?..

Answer / g.rajeswari

various result in the program

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Advanced Java Interview Questions

Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,


What is the form of storage space in java?

0 Answers  


explain session tracking. why we used it

3 Answers   Lionbridge,


What is servlet preinitialization?

3 Answers   iFlex,


What is a modular application?

0 Answers  






what about static?

1 Answers  


When is the best time to validate input?

0 Answers  


What is in-memory replication?

0 Answers  


difference of inheritance and interface

3 Answers  


When a thread blocks on i/o?

0 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


Categories