Explain pass by reference and pass by value?
Answer Posted / harsha
Passing the address itself rather than passing the value is
called ?Pass By Reference? and Passing a copy of the value
to be passed is called as ?Pass by Value?.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Is singleton a bad practice?
How do you reverse a string in java?
What is a buffer in computer?
What is the main use of java?
What is thread start?
What is garbage collector?
Is sizeof a keyword in java programming?
What is default size of arraylist in java?
What is the inheritance?
Explain the importance of finalize() method.
Is it possible to override the main method?
How use .contains in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
Write code to implement bubble sort in java?
Is upper case in java?