Explain pass by reference and pass by value?
Answer Posted / dsr
The changes made in formal parameters will reflet to the
actual parameters.This is Known as pass by value.
The changes made in formal parameters will not reflet to
the actual parameters.This is Known as pass by reference.
java is completely pass by value.
Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is data string?
Explain the differences between static and dynamic variables?
What does java final mean?
Why is the main method static?
What is a default method?
what is the significance of listiterator in java?
What does regex mean?
What are the skills required for core java?
Can we write any code after throw statement?
make a method which any number and any type of argument and print sum of that arguments.....
What is object data type?
what do you understand by the term string with respect to java?
Distinguish between a predicate and a function?
What are basic keywords?
How do you use equal in java?