What is meant by multi-threading?
Answers were Sorted based on User's Feedback
Answer / rajesh
Multithreading means various tasks are run in a single
program at synchrous manner
| Is This Answer Correct ? | 43 Yes | 7 No |
Answer / eswar
multithreading means running more than one thread at a time
in one program.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / harimustyala
Multi-threading means various threads that run in a system.
| Is This Answer Correct ? | 20 Yes | 8 No |
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 |
Answer / ch.sivaprakash
multithrading means various tasks runs in the program.
| Is This Answer Correct ? | 9 Yes | 2 No |
what is a Daemon Thread?
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
what is a non-repeatable read?
how convert java file to jar files?
Are there books about seam?
what is Static binding?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
How to determine SGA site?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What is the main functionality of RRL(Remote Reference Layer)?
What is checkpoint? How to create checkpoints in our java projects?
When is the best time to validate input?