Parameters and Arguments in Java

Parameters are specified after the method name, inside the parentheses. You can add as many parameters as you want, just separate them with a comma.

Code :