P - Java Glossary
-
Java Package
In a computer terminology, package is a collection of the related files in the same directory. Package avoids naming conflicts between the files and make possible to use them in an easier way.
-
Polymorphism
In OOPs, these concepts are implemented through a class definition and achieved through the object creation process, programmatically.
-
Private Java Keyword
private is a keyword defined in the java programming language.
-
Protected Java Keyword
protected is a keyword defined in the java programming language. Keywords are basically reserved words which have specific meaning relevant to a compiler in java programming language.
-
Public Java Keyword
Public is a keyword defined in the java programming language. Keywords are basically reserved words which have specific meaning relevant to a compiler in java programming language.
-
The Package Keyword
The package in java programming language is a keyword that is used to define a package that includes the java classes. Keywords are basically reserved words which have specific meaning relevant to a compiler. Packages in java are used to avoid naming of classes.