Computer Applications

"Java programs can perform multiple tasks simultaneously" — Name the feature.

Java Intro

1 Like

Answer

Multithreaded

Reason — Multithreading allows Java programs to perform multiple tasks simultaneously by running multiple threads in parallel.

Answered By

1 Like


Related Questions