write the package in java program
Answers
Answered by
0
Explanation:
Creating a package in Java is a very easy task. Choose a name for the package and include a package command as the first statement in the Java source file. The java source file can contain the classes, interfaces, enumerations, and annotation types that you want to include in the package.
Answered by
1
Java packages
Explanation:
l hope you like my answer
Attachments:
Similar questions