Saudi Telecom interview question

What is the Java Reflection API?

Interview Answer

Anonymous

17 Mar 2023

Java Reflection API provides the ability to inspect and modify the behavior of any application during runtime. We can inspect any java class, enum, and interface and also get their methods and field details.

Saudi Telecom Interview Question: What is the Java Reflection API? | Glassdoor