Explain pass by reference and pass by value?
Answer Posted / srikanth doki
Passing the reference of the variable rather than passing
the value is known as Pass-by-reference and Passing the copy
of value is known as Pass-by-value.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of java?
Explain all java features with real time examples
Is java a utf 8 string?
What causes memory leak in java?
How objects of a class are created if no constructor is defined in the class?
Explain restrictions for using anonymous inner classes?
What is the use of coding?
Difference between == and .equals() ?
What are Normalization Rules? Define Normalization?
Why char array is preferred over string for storing password?
What is a Transient Object?
What is an empty string in css?
What is formatted output?
What does compareto () do in java?
Is a class an object?