Food for thought #44 (Computer Applications/Computer Science)

Assertion (A): The main() method in Java is declared as void.

Reason (R): The JVM doesn't use a return value from main() to determine program outcome. Program status is communicated separately to the OS.

Options:
a) Both A and R are true and R is the correct explanation of A.
b) Both A and R are true but R is NOT the correct explanation of A.
c) A is true but R is false.
d) A is false but R is true.