Skip to content

Files

Latest commit

 

History

History

09-Packages-&-Static-Methods

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Packages & Static Methods

Implementation of Packages and Static Methods


This is a single project and shows the implementation of static methods and the use of different packages from external java programs. The 'Packages-Example-Main' file has the main method which calls sum and factors methods from the 'PackagesExampleMethords'. In the main class, we can see an example of how packages are used. To understand how static methods are used pls refer to the second file.