What is difference between call by value and call by reference?



What is difference between call by value and call by reference?..

Answer / Shilpa Tomar

In Call by Value, the actual values of arguments are passed to functions. In Call by Reference, references or addresses of variables are passed to functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Are arrays static in java?

1 Answers  


What are keywords in java?

1 Answers  


What is the difference between int and integer in java?

1 Answers  


what is abstract class in Java?

1 Answers   Hexaware, Syntel,


Difference between Reader/Writer and InputStream/Output Stream?

9 Answers   Adobe, Kirusa, Verizon,


What are the main differences between notify and notifyAll in Java?

1 Answers  


Explain about fail fast iterators in java?

1 Answers  


What is an empirical question?

1 Answers  


what is servlet filter?

2 Answers  


What is the use of volatile in java?

1 Answers  


What is methods in java?

1 Answers  


What is difference between path and classpath variables?

1 Answers  


Categories