ICSE Class 10 Computer Applications Question 4 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 4

Back to all questions
4
Question

Question 1(iv)

The keyword used to call package in the program:

  1. extends
  2. export
  3. import
  4. package
Answer

import

Reason — import keyword is used to import built-in and user-defined packages into our Java program.