In java programming, method level access modifiers using protected or public where private can be used will affect the performance in any way? if so in what what way it affects the run time performance.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Quoting erickson from the following answer:
The access modifier on the field doesn't make any difference in speed, but invoking the accessor method does.
ps. Please upvote the original answer instead of this one.
回答2:
Even if there is a theoretical difference, I doubt that there is a measurable diffrence. At least in any sensible Java runtime