what are paramaters in Java
Answers
Answered by
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
1
Answer:
Parameters or arguments in methods are used to accept values from ouyside the method defination or body
Similar questions