class Orange{ Orange(){ } }
What is the difference between the usage of the modifier - in this case, package-private - in front of the cl
The use and types of class level modifiers:
class
http://javapapers.com/core-java/access-modifiers-in-java-explain/
The use and types of constructor level modifiers:
constructor
http://www.careercup.com/question?id=296844#commentThread302715