ICSE Class 10 Computer Applications Question 10 of 32

Input in Java — Question 10

Back to all questions
10
Question

Question 10

What is a java package? Give an example.

Answer

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