From e006d490db08131bfb67b0ed223983a42db49053 Mon Sep 17 00:00:00 2001 From: Babar-Bashir Date: Tue, 11 Jul 2017 21:27:40 +0500 Subject: [PATCH] Update README.md Added reflection link. Jakob Jenkov is in my best authors list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba3ea5..9cd14eb 100755 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ * Do objects get passed by reference or value in Java? Elaborate on that. * What is a ThreadPoolExecutor? [Link](https://blog.mindorks.com/threadpoolexecutor-in-android-8e9d22330ee3) * What the difference between local, instance and class variables? -* What is reflection? +* What is reflection? [Link](http://tutorials.jenkov.com/java-reflection/index.html) * What are strong, soft and weak references in Java? * What is dependency injection? Can you name few libraries? Have you used any? * What does the keyword `synchronized` mean?