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
What is off heap memory?
Why generics are used in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Is simpledateformat safe to use in the multithreaded program?
What do you understand by weak reference?
How would you dynamically allocate memory to an array?
What is a class instance variable?
How do you use spaces in java?
Are global variables initialized to zero?
Define Multiprogramming and Multiprocessing in java.
What is primitive data type in java?
What is a substitution variable?
What is the file extension for java?
Can static method access instance variables ?
What is linked hashmap and its features?