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 are the methods used for inter-thread communication? and in what class these methods are defined?

2 Answers  


What is the difference between long.class and long.type?

0 Answers  


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

0 Answers  


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


Can we have more than one action servlet?

7 Answers   HP,






How two threads will communicate with each other?

2 Answers  


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

1 Answers   ABC,


Explain the methods of Naming class, rebind( ) and lookup()?

1 Answers  


Do you think that java should have had pointers?

0 Answers  


What method is used to create the daemon thread?

1 Answers  


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

1 Answers  


What is the purpose of the wait() method?

0 Answers  


Categories