...
| Wiki Markup |
|---|
*normalization (URI)* : Normalization is the process of removing unnecessary "." and ".." segments from the path component of a hierarchical URI. Each "." segment is simply removed. A ".." segment is removed only if it is preceded by a non-".." segment. Normalization has no effect upon opaque URIs \[[API 06|AA. Java References#API 06]\]. |
| Anchor | ||||
|---|---|---|---|---|
|
| Wiki Markup |
|---|
*publishing objects* : "Publishing an object means making it available to code outside of its current scope, such as by storing a reference to it where other code can find it, returning it from a nonprivate method, or passing it to a method in another class." \[[Goetz 06|AA. Java References#Goetz 06]\]. |
| Anchor | ||||
|---|---|---|---|---|
|
...