Advertisements
Advertisements
Question
The keyword used to call package in the program:
Options
Extends
Export
Import
Package
MCQ
Solution
Import
Explanation:
The import keyword calls/imports packages in a program.
Example: import java.util.*;
shaalaa.com
Java Compiler and Interpreter
Is there an error in this question or solution?