In this lesson, Ryan discusses a commonly misunderstood and argued about concept in Java, which is also a common interview question: Is Java Pass By Value, or Pass By Reference? In order to settle this dilemma, we use the debugger stepper tool to see exactly what is going on in the virtual memory of a running Java program.
/ wiseass301