Name the keyword which define a package
Answers
Answered by
3
hy. Explanation: import keyword is used to import built-in and user-defined packages into your java source file so that your class can refer to a class that is in another package by directly using its name.
Here's your answer mate now pls
#Mark me as brainelist pls
#Follow me
#Like and rate pls
Answered by
6
Answer:
package is a Java keyword. It declares a 'name space' for the Java class. It must be put at the top of the Java file, it should be the first Java statement line.
To ensure that the package name will be unique across vendors, usually the company url is used starting in backword.
Similar questions