|
Articles > Misc > How to get Class Type of Private Fields using Reflection |
|
How to get Class Type of Private Fields using Reflection
Author: Venkata Sudhakar
The below example shows how to dyncamically retrive the Class type of a private Field.
It gives the following output,
class java.lang.String
|
|