Computer Science, asked by Nabhanya7102005, 4 months ago

Explain or define Call by value and Call by reference in java​

Answers

Answered by Hαrsh
9

Answer:

Call by Value means calling a method with a parameter as value. Through this, the argument value is passed to the parameter. While Call by Reference means calling a method with a parameter as a reference. ... The values of the arguments remain the same even after the method invocation.

Answered by ANSWERPLSS
1

Call by Value means calling a method with a parameter as value. Through this, the argument value is passed to the parameter. While Call by Reference means calling a method with a parameter as a reference. ... The values of the arguments remain the same even after the method invocation.

MARK ME AS BRAINLIEST PLEASE

Similar questions