Java does not supports multithreaded programming?
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.