What is the result? Given: What is the result? Given: What is the result? A. An exception is thrown at run time B. 7 C. 12 D. 19 E. Compilation fails Show Hint ← Previous question Next question →
imyrta Answer: C Explanation: The value of j will not be changes because j is passed as a value argument to method m(int i) For more check out this link http://stackoverflow.com/questions/373419/whats-the-difference-between-passing-by-reference-vs-passing-by-value Reply
C
Answer: C
Explanation:
The value of j will not be changes because j is passed as a value argument to method m(int i)
For more check out this link http://stackoverflow.com/questions/373419/whats-the-difference-between-passing-by-reference-vs-passing-by-value