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
Which command from the jdk compiles a java program?
What is bytecode in java ?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is java reflection api?
What are voids?
What are filterstreams?
What is the hashcode () and equals () used for?
How to use Media tracker Class.
Can main() method in java can return any data?
How do you create a first line indent?
Explain about OOPS concepts and fundamentals.
Why method overriding is used?
What does substring mean?
What does indexof mean?
How many bytes is a char in java?