String variables are reference variables:
String name; name = new String( "Freddy Krueger" ); name = "Michael Myers";