The package class provides methods to get information about the specification and implementation of a package. It provides methods such as getName(), getImplementationTitle(), getImplementationVendor(), getImplementationVersion() etc.
Example of Package class
In this example, we are printing the details of java.lang package by invoking the methods of package class.
Output:package name: java.lang Specification Title: Java Plateform API Specification Specification Vendor: Sun Microsystems, Inc. Specification Version: 1.6 Implemenation Title: Java Runtime Environment Implemenation Vendor: Sun Microsystems, Inc. Implemenation Version: 1.6.0_30 IS sealed: false
No comments:
Post a Comment