Multiple choice

Java does not support __________.

  1. arrays

  2. multithreading

  3. pointers

  4. constructors

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

Java does not support pointers due to security reasons.