Call by Value and Call by Reference in Java | Call by value | Call by reference | JAVA | Telugu

Описание к видео Call by Value and Call by Reference in Java | Call by value | Call by reference | JAVA | Telugu

Call by Value and Call by Reference in java
Call by Value:
“Call by Value” in java means that argument’s values are copied and are passed to the parameter list of a method.
If we call a method passing a value, it is known as call by value. The changes being done in the called method, is not affected in the calling method.
Call by Reference:
“call by reference” means passing a reference(i.e. address) of the object by value to a method.
When we pass a variable of class type as an argument to a method, actually, a copy of a reference(address) to an object is passed by value to the method, not a copy of the object itself. This is because java does not copy the object into the memory.

For more videos plz check in channel java programming playlist.
Do subscribe and support our channel.
#sbtechtuts

Call by Value and Call by Reference in Java | Call by value | Call by reference | JAVA | Telugu
call by value
call by reference
call by value in java
call by reference in java
java
java programming
java tutorial
object oriented
sudhakar
bogam
telugu
sb tech tuts
sbtechtuts
java call by value
java call by reference
call by value and call by reference in java in telugu
call by value and call by reference

Комментарии

Информация по комментариям в разработке