samedi 20 août 2016

How to find the access modifier of a member using java reflection

Find the access modifier of a member using java reflection

private final static long serialId = 1L;
protected String title;
public String FirstName;

I need to know which variable is private, protected and public?





Aucun commentaire:

Enregistrer un commentaire