Java - Difference between private and package-private enum constructor
Recently I'm quite oftenly using Enumerations. So I wonder...
Is there any difference between a private Enum constructor and a enum
constructor withour any visibility modifier (package-private)?
No comments:
Post a Comment