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

what is a Daemon Thread?

2 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


what is a non-repeatable read?

1 Answers  


how convert java file to jar files?

10 Answers   Samsung,


Are there books about seam?

1 Answers  


what is Static binding?

2 Answers   Wipro,


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


How to determine SGA site?

1 Answers   Wipro,


which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based

1 Answers  


What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


When is the best time to validate input?

1 Answers  


Categories