Multiple choice technology web technology

The keywords reserved but not used in the initial version of Java are: (A) union (B) const (C) inner (D) goto (E) boolean (F) synchronized

  1. All of these.

  2. b. (C) & (E)

  3. c. (A), (C) & (E)

  4. d. (B),(C) & (D)

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

Java reserves goto and const as keywords but doesn't use them. 'inner' was reserved for potential inner class support but ultimately wasn't used (inner classes use different syntax). Union, boolean, and synchronized are used keywords.