ICSE Class 9 Computer Applications Question 1 of 13

Input in Java — Question 1

Back to all questions
1
Question

Question 1

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.