Class Methods Retriever Information

# Introduction In this challenge, we will use the `Class` class and its `getDeclaredMethods()` method to obtain information about the methods of a specified class. We will write a program that prints the method names, class names, and return types of the methods in the given `User.java` file.

|60 : 00

Click the virtual machine below to start practicing