Multiple choice technology programming languages

Java supports preprocessor.

  1. True

  2. False

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

Java does not have a preprocessor like C/C++. Java was designed without preprocessing features such as #define, #include, or conditional compilation to maintain platform independence and simplify the language. Compilation and preprocessing are handled differently in Java.