Computer Applications

What is the use of the keyword import?

Input in Java

ICSE 2010

152 Likes

Answer

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

Answered By

93 Likes


Related Questions