DEV Community

hema latha
hema latha

Posted on

What is arguments in java ?

arguments are the actual value that are passed in when the method is invoked.
when you invoked the method the argument used must match the declarations parameters in type and order
(parameter passed to methods)

Top comments (0)