Class Properties and Methods

# Introduction In this challenge, we will design a program that allows users to input a fully qualified class name and then prints all the properties and methods of that class. This program will utilize Java's reflection mechanism to obtain the Class object of the input class and gather the necessary information.

|60 : 00

Click the virtual machine below to start practicing