Question: If you encounter `UnsupportedClassVersionError` it means the code was `___` on a newer version of Java than the JRE `___` it.

  1. executed; interpreting
  2. executed; compiling
  3. compiled; executing
  4. compiled, translating

Answer: The correct answer of the above question is Option C:compiled; executing