Explain pass by reference and pass by value?
Answer Posted / vikas
Pass-by-value means, Passing a copy of the value.
Pass-by-reference means, instead of passing the actual
value, the address(of the value) is passed.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are the properties of thread?
What is stream api in java8?
What do you mean by chromounits in java8?
How do you implement tree mirroring in java?
How is abstraction implemented in java ?
What is append function?
What is variable length arguments in java?
When is an object subject to garbage collection?
Does java have a compiler?
What is callable java?
Is vector thread safe in java?
Give the difference between the println method and sqrt method?
Is this valid in java ? Can we instantiate interface in java?
How many types of voids are there?
Is it possible for a yielded thread to get chance for its execution again?