Methods in Java
There are 2 types of methods:
Static methods
Non-static methods (Dynamic)
In this article, we will focus on static methods.
Methods are simply functions. They outline how specific behaviors of a class should be performed. They are used to access ...
richard.hashnode.dev4 min read