Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 01/29/2008 10:18:33 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 1 = accesslib = 2 2 3 1. Download4 2. Quick introduction3 1. [#Download Download] 4 2. [#QuickIntroduction Quick Introduction] 5 5 6 6 … … 13 13 14 14 15 == Quick introduction ==15 == Quick Introduction == 16 16 17 17 In Java, variables refer to instances of objects. There's no way to refer to the reference of a variable, in order to indirectly change to what object it refers. ''accesslib'' provides an abstract mechanism for manipulating references (as opposed to manipulating objects).
