Computer Science, asked by AarushBrainlyKING, 2 months ago

what are paramaters in Java​

Answers

Answered by bikshampuram1988
0

Explanation:

We can use any data type such as primitive data types including int, float, double, char, short, byte, String, and object reference variables for a parameter of a method and constructor. ...

Answered by jyotisudha1974
1

Answer:

Parameters or arguments in methods are used to accept values from ouyside the method defination or body

Similar questions