What is concurrency in Java?
Answers
Answered by
2
Java concurrency
Description
The Java programming language and the Java virtual machine have been designed to support concurrent programming, and all execution takes place in the context of threads
Answered by
7
Answer:
Concurrency is the ability to run several programs or several parts of a program in parallel.
Similar questions