answersLogoWhite

0


Best Answer

Multithreading in Java is the concept by which you can have multiple threads of execution running in parallel. Unfortunately the topic is too big to be summarized in one answers. You can check the related links section for links that can help you understanding this complex topic

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are multithreading concepts in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why is single thread system not used in java?

Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.


How old is simultaneous multithreading?

Simultaneous multithreading was first researched in 1968 as part of IBM's ACS-360 project.


How does knowledge of Java programming concepts benefit individuals working in almost any IT position?

http://wiki.answers.com/Q/How_does_knowledge_of_Java_programming_concepts_benefit_individuals_working_in_almost_any_IT_position"


Does java have goto?

Because goto statements usually result in hard to read code. This was a feature of C++ which the creators of Java decided they didn't want to allow.


Why java is 'simple'?

java is similar to c/c++,easy to learn if you have some programming experience. and also the developers omitted the concepts of pointers(which are very difficult) in java When java is developed,developers want it to be simple because it has to be work on electronic devices.Where less memory is available.

Related questions

Does java support multithreading or not justify your answer?

yes!


Why is single thread system not used in java?

Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.Because the developers of Java considered the possibility of multithreading a big advantage. You don't HAVE TO use multiple threads; just use it when you need it.


Why java is multi threated?

Why shouldn't it? Multithreading is an advantage, because it lets you make full use of a computer with multiple processors. Mind you, you don't HAVE TO use it - you can perfectly well write programs without multithreading. But in actual practice, many situations arise where you want the computer to do several things at once. Even with a single processor, multithreading offers a convenient way to share the computer time between different tasks.


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


Does java support oops concept?

Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc


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 difference between hyperthreading and simultaneous multithreading?

Actually, hyperthreading is Intel's name for its implementation of simultaneous multithreading.


What are multithreading models?

check


How old is simultaneous multithreading?

Simultaneous multithreading was first researched in 1968 as part of IBM's ACS-360 project.


What is the course content of core java?

Core Java in itself is an ocean. It contains numerous concepts and areas that can be very useful in software development. The course contents depend on what course you are taking? In general, any core java course would include concepts like: a. Object Oriented concepts like Inheritance, Polymorphism etc b. Strings c. Objects d. Classes & Interfaces e. Threads f. Serialization g. Exception Handling h. Garbage collection etc


How does knowledge of Java programming concepts benefit individuals working in almost any IT position?

http://wiki.answers.com/Q/How_does_knowledge_of_Java_programming_concepts_benefit_individuals_working_in_almost_any_IT_position"