Lesson 10: Object References
Declaring And Assigning A Primitive Data Type
Declaring And Assigning A String
Assigning And Then Reassigning A String
Assigning Two Strings
Two Strings Referencing The Same Object (Aliases)
Two Strings With The Same Characters But Different Addresses
Using The equals() Method On Two Strings
Setting An Object To null
Back to Main Page