PPT Slide
An algorithm is usually given as a sequence of instructions to execute (in the order given).
In a programming language like Java, each of these instructions is called a statement.
One of the most frequent kinds of statement used in Java is the call of a method call, or method invocation.
To understand a method call, we need to know a bit about what a method is.
Terms sometimes used interchangeably:
method procedure function