What is the difference between getFields and getDeclaredFields in Java reflection

前端 未结 4 666
广开言路
广开言路 2020-11-29 17:22

I\'m a little confused about the difference between the getFields method and the getDeclaredFields method when using Java reflection.

I re

4条回答
提交回复
热议问题