A good answer might be:
|
Call by ValueThe type of parameter passing that Java uses is called call by value. Some programming languges use other methods of parameter passing, and some give the programmer a choice amoung several ways to pass parameters. The call by value method that Java uses is the most common method in modern languages and is the easiest and safest. This is how call by value works:
|
QUESTION 2:(Review:) What is a primitive data type? Click Here after you have answered the question |