Fill This Form To Receive Instant Help
Homework answers / question archive / Provide the line of code that instantiates an instance of a Student object using Java reflection
Provide the line of code that instantiates an instance of a Student object using Java reflection.
This line should creating a new class instance using forName() method.
Name your Student instance studentInstance and assume that Student class has a no-argument constructor available.
Use that constructor for your instantiation.