Computer Science, asked by shivani148, 1 year ago

the keyword that make the possible uses of class defined in a package

Answers

Answered by Anonymous
1
Package are used in Java, in-order to avoid name conflicts and to control access of class, interface and enumeration etc. A package can be defined as a group of similar types of classes, interface, enumeration or sub-package. Using package it becomes easier to locate the related classes and it also provides a good structure for projects with hundreds of classes and other files.

Anonymous: srry
Anonymous: Built-in Package: Existing Java package for example java.lang, java.util etc.

User-defined-package: Java package created by user to categorize their project's classes and interface.
Anonymous: this is keywords
Similar questions