...
instance variable : An instance variable is a non-static field that is a part of every instance of the class
liveness : Every operation or method invocation executes to completion without interruptions, even if it goes against safety.
Anchor |
---|
| normalization |
---|
| normalization |
---|
|
...
Wiki Markup |
---|
*relativization (URI)* : "\[Relativization\] is the inverse of resolution. For example, relativizing the URI {{http://java.sun.com/j2se/1.3/docs/guide/index.html}} against the base URI {{http://java.sun.com/j2se/1.3}} yields the relative URI {{docs/guide/index.html}}." \[[API 06|AA. Java References#API 06]\]. |
Wiki Markup |
---|
*safety* : Its main goal is to ensure that all objects maintain consistent states in a multi-threaded environment \[[Lea 00|AA. Java References#Lea 00]\]. |
Anchor |
---|
| sanitization |
---|
| sanitization |
---|
|
...