Computer Science, asked by itssme5549, 1 year ago

What is concurrency in Java?

Answers

Answered by PiyushSinghRajput1
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 VISHALKUMARV22
7

Answer:

Concurrency is the ability to run several programs or several parts of a program in parallel.

Similar questions