The package keyword in Java programming
- Home
- Keyword in Java
- The package keyword in Java programming
- On
- By
- 0 Comment
- Categories: Keyword in Java
The package keyword in Java programming
The package keyword in Java programming
In this tutorial, we will discuss The package keyword in Java programming language
In the Java programming language packageĀ is a keyword use to defined package which use declared a namespace for the Java class. a Java package may be contains a group of similar type of classes(including class elements), interfaces etc..
Declaration
Syntax of package
package package_name;
Example
package My_Package
There are other Java language keywords that are similar to this keyword
class keyword in Java language
import keyword in Java language
Java packages
You might also like
Keywords in Java language
Keywords in C++ language