-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Hello Public and package-private are both equally good performance wise. |
Beta Was this translation helpful? Give feedback.
Hello
Public and package-private are both equally good performance wise.
Their main difference is in accessibility.
The only perf issue is with
private
due to reflection.