J

Java Buddy's Javarevisited

java ,j2ee ,j2me, cvs, svn, ant, perforce, Tibco RV, Tibco
EMS, Interview questions, mysql, sql , datastructure, linked
list, tree, java performance

  • Rated2.7/ 5
  • Updated 1 Year Ago

Is Java Pass by Value or Pass by Reference? Example

Updated 1 Year Ago

Is Java Pass By Value Or Pass By Reference? Example
Java is always pass by value, because it doesn't support pointer, which is essential for pass by reference. Confusion arises while passing object to a method, since Java pass handle to that object, programmer think that as reference or pointer, which is not correct.
Read More