Computer Science, asked by akshaykumarpatelpate, 3 months ago

What
is multithreading in java

Answers

Answered by maheshchaudhari1306
2

Answer:

MULTITHREADING in Java is a process of executing two or more threads simultaneously to maximum utilization of CPU. Multithreaded applications execute two or more threads run concurrently. Hence, it is also known as Concurrency in Java. Each thread runs parallel to each other.

Answered by alistonrodricks2886
2

Answer:

MULTITHREADING in Java is a process of executing two or more threads simultaneously to maximum utilization of CPU. Multithreaded applications execute two or more threads run concurrently. Hence, it is also known as Concurrency in Java. Each thread runs parallel to each other.

Explanation:

for more check here→Multithreading in Java Tutorial with Examples - Guru99

think if it was helpfull plz mark as branliest

Similar questions