-
Invoking Class Methods using Reflection in Java
Sometimes we want the code should be dynamic and we even want to call the class methods dynamically. This article describes on how we can invoke the class methods dynamically using variables.To achieve the above operation we use the concept of Reflection in Java. Here in this article i am using 2 java files, Client.java…