What is the difference between Java API and user defined packages in JAVA
1.The classes contained in the packages of other programs can be easily reused. Is there any other benefits of packages in JAVA.
I also, came across "Packages also provide a way for separating design from coding". Can anyone explain me the above line.
2. What is the difference between Java API and user defined packages in JAVA