Sybex Wiley
Test Banks Online materials
Java OCA 8 Programmer I Flashcard 104 Typo
When passing an ArrayList list to a method, calling list = new ArrayList() from the method affects the caller.
False. Parameters are passed by reference so reassignments do not affect the caller.
It should be Parameters are passed by value so reassignments do not affect the caller.
by alinvlad05