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 different types of layout managers in java.awt package?

3 Answers   Android, CA,


Write a singleton program?

0 Answers  


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

0 Answers  


the use of try and ffinally keyword

1 Answers  


can a static method be overridden

41 Answers   IBM, SolutionNET,


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

0 Answers  


Name the method to find, if a thread is active or not?

2 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


what is the RMI / IIOP?

3 Answers  


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


Define aop(assepct oriented programing)?

0 Answers  


How database connectivity in XML is achieved?

0 Answers  


Categories