How private method can be called using reflection?
(a) getDeclaredFields
(b) getDeclaredMethods
(c) getMethods
(d) getFields
The question was posed to me during an interview.
This key question is from Reflection API topic in chapter Session Management, JSP & API of Java