Computer Applications

What is meant by a package? Give an example.

Input in Java

ICSE 2019

32 Likes

Answer

A package is a named collection of Java classes that are grouped on the basis of their functionality. For example, java.util.

Answered By

17 Likes