Home » JAVA Programming » Packages » Question
  1. Which of this package is used for analyzing code during run-time?
    1. java.io
    2. java.applet
    3. java.lang.reflect
    4. java.awt
    5. None of these
Correct Option: C

Reflection is the ability of a software to analyze itself. This is provided by java.lang.reflect package.



Your comments will be displayed only after manual approval.