Computer Applications
What is meant by a package? Name any two java Application Programming Interface packages.
Input in Java
ICSE 2014
26 Likes
Answer
A package is a named collection of Java classes that are grouped on the basis of their functionality. Two java Application Programming Interface packages are:
- java.util
- java.io
Answered By
13 Likes