Computer Applications

What is the use of the keyword 'import' in Java programming?

Input in Java

125 Likes

Answer

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

Answered By

83 Likes


Related Questions