answersLogoWhite

0

About multi threading in Java

Updated: 8/16/2019
User Avatar

Wiki User

16y ago

Best Answer

multi threading is used ,when we use no.of threads at one time the system will not support to run the multi threads ,in that case multi threading is used to solve the problem occured in threading multi tasking.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: About multi threading in Java
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the Topics under Advanced Java?

Some topics under Advanced Java are: a. Exception Handling b. Threading/Multi-Threading c. Remote Method Invocation d. Serialization e. etc


How does MS-DOS support Multi-Threading?

DOS does not supports Multi-Threading..


What are the features of core java?

Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java


What is the definition of Core Java?

Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java


What are the features of the core?

Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java


What is the advantage between multi-threading in a multi-processing operating system?

i need beyluxe multi messenger


Difference between threading and multi threading?

I assume you are talking about computers. Mutli-threading is where your CPU is working on more than one task. Threading would be just working on a single task.


Is multi threading is possible with c plus plus?

Yes.


What is multithreading in C language?

Multi-threading is not part of the language.


Is Java better than PHP in developing projects?

Yes. It has better API's, classes and methods for developing various projects. Your job becomes a whole lot easier. Furthermore it supports multi-threading which is not supported by PHP.


What is the multi threading in computer processors?

Multi threading on modern computers enables the processor to handle multiple tasks at once. This effect allows the computer to perform faster, as tasks do not have to wait as long to be completed.


Is it possible to create threads on turbo c?

No, MS-DOS does not support multi-threading (or multi-processing either).