KnowledgeBoat Logo
|

Computer Applications

The keyword used to call package in the program:

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

Input in Java

ICSE 2023

24 Likes

Answer

import

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

Answered By

13 Likes


Related Questions