ABSTRACT

You transfer control to amethod by referencing themethod's name in a program statement. The method call can appear at any point in the code from which the method is visible. Furthermore, a method can call itself. A method that calls itself is said to use recursion.