thinkinterview » interview questions
« Previous

interview Questions

next »
question

What is reflection API? How are they implemented?

Answer Description: Reflection is the process of introspecting the features and state of a class at runtime and dynamically manipulate at run time. This is supported using Reflection API with built-in classes like Class, Method, Fields, Constructors etc. Example: Using Java Reflection API we can get the class name, by using the getName method.

Next Queston » What is 3-Tier Architecture in enterprise application development...
What is 3-Tier Architecture in enterprise application developmen... View full queston »

Posted in: Java(30) |