DEV Community

Pavitra Aravind
Pavitra Aravind

Posted on

What is parameters in java?

Parameters:

A parameter is a variable used to define a particular value during a function definition. Whenever we define a function we introduce our compiler with some variables that are being used in the running of that function. These variables are often termed as Parameters. The parameters and arguments mostly have the same value but theoretically, are different from each other.

Top comments (0)