Introduction to Basic Java Concepts
Introduction to Basic Java Concepts
Methods- creation/calling
A method is a subroutine that is exclusively associated either with a class (in which case it is called a class method or a static method) or with an object (in which case it is an instance method).