Multiple choice

Which of the following is/are false about Just-in-time compilation?

  1. It specifies and converts the byte code into executable format.

  2. It is responsible for the runtime type safety and assembly verification.

  3. It provides the assembly metadata for any illegal accesses and handles violations appropriately.

  4. It handles reading the metadata by reflection.

  5. Options 3 and 4

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

JIT compilation does not have such reading of metadata information.