Which of this package is used for analyzing code during run-time?

a) java.applet
b) java.awt
c) java.io
d) java.lang.reflect

1 thought on “Which of this package is used for analyzing code during run-time?”

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

Leave a Comment