Multiple choice technology

Java does not supports multithreaded programming?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Java has robust built-in support for multithreaded programming through the Thread class, Runnable interface, and synchronized keyword. The language was designed from the ground up to support concurrent programming, making it one of the core strengths of the Java platform.