View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:47 PM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
Java is pass-by-reference, so the argument to your method is a copy of the reference to the original String.
Reply With Quote