Multiple choice softskills creativity

How many keywords does JAVA has??

  1. 50

  2. 49

  3. 48

  4. 51

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

Java originally had 50 keywords. However, 'const' and 'goto' are reserved but not used. 'true', 'false', and 'null' are literals, not keywords. Depending on the version and definition, 48 is often cited as the number of active keywords.