...
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 |
---|
*open call* : "An alien method invoked outside of a synchronized region is known as an
open call \[Lea00 2.4.1.3\]". \[[Bloch 08|AA. Java References#Bloch 08]\] and \[[Lea 00|AA. Java References#Lea 00]\]. |
Anchor | ||||
---|---|---|---|---|
|
...