Next:
Predefined Method
Up:
Methods in Java
Previous:
Method Declaration
Contents
Types of Method
There are two types of methods in Java:
Predefined Method
User-defined Method
Subsections
Predefined Method
User-defined Method
How to Call or Invoke a User-defined Method?
Static Method
Instance Method
Abstract Method