Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

instance variable : An instance variable is a non-static field that is a part of every instance of the class

Anchor
liveness
liveness

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]\].

Anchor
safety
safety

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

...