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 passing value java?
Does java vector allow null?
Why can't we use static class instead of singleton?
What are the differences between abstract class and interface?
What are the three parts of a lambda expression? What is the type of lambda expression?
Explain the difference between map and flatmap stream operation?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is n in java?
What is class variable java?
How would you use Bubble Sort to sort the number of elements?
What is an infinite loop? How infinite loop is declared?
Difference between collection, collection and collections in java?
What is the difference between path and classpath variables?
how come we know the object is no more used in the class?
What is method overloading and method overriding?