State True or False For compiling a java code we have separate compilers for different OS.
Answer options
A
True
B
False
Correct answer: False
Explanation
Quick AnswerThe correct answer is False because it directly addresses the core logic of Java Programming.
Java uses a single platform-independent compiler (javac); it compiles to bytecode, not OS-specific code.