diff --git a/core-java/README.md b/core-java/README.md index 56dee29899..ead65ab166 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -100,3 +100,4 @@ - [Guide to sun.misc.Unsafe](http://www.baeldung.com/java-unsafe) - [HashSet and TreeSet Comparison](http://www.baeldung.com/java-hashset-vs-treeset) - [How to Perform a Simple HTTP Request in Java](http://www.baeldung.com/java-http-request) +- [Call Methods at Runtime Using Java Reflection](http://www.baeldung.com/java-method-reflection)