Reflectively Create A Person Object

# Introduction In this challenge, we will explore the Java reflection mechanism and create an object of a specified class using this technique. We will create a `Person` class with properties and methods, and then use reflection in the `CreateObject` class to instantiate an object of the `Person` class and output it to the console. This challenge will enhance our understanding of Java reflection and dynamic invocation.

|60 : 00

Click the virtual machine below to start practicing