pass by value Archive
29 Sep 2014
Pass by reference vs Pass by value in java

Pass by value Methods become very poewerful by using parameters. In method signature a number of paramters of primitive data type can be defined. When calling a method you must have to provide arguments. For example, the following program print n value and int n is a formal parameter in this method and will accept