Computer Applications
The keyword used to call package in the program:
- extends
- export
- import
- 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
Identify the type of operator
&&:- ternary
- unary
- logical
- relational
The Scanner class method used to accept words with space:
- next()
- nextLine()
- Next()
- nextString()
What value will
Math.sqrt(Math.ceil(15.3))return?- 16.0
- 16
- 4.0
- 5.0
The absence of which statement leads to fall through situation in switch case statement?
- continue
- break
- return
- System.exit(0)