The java.lang.reflect package. Frame the concept in practical terms so you can explain it during interview discussion.
The Reflection API is part of the `java.lang.reflect` package. It includes classes like `Field`, `Method`, and `Constructor`, which allow you to interact with class members at runtime. This package is essential for manipulating and inspecting classes dynamically.