Versions Compared

Key

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

...

Content by Label
showLabelsfalse
maxResults99
label+sensitive,-void
showSpacefalse
sorttitle
space@self
cqllabel = "sensitive" and label != "void" and space = currentSpace()

Resource ExhaustionDenial of Service

Type Safety

Type Safety

Wiki Markup
Java is believed to be a type-safe language \[[LSOD 02|AA. Bibliography#LSOD 02]\]. For that reason, it should not be
possible to compromise a Java program by misusing the type system. To see why type safety
is so important, consider the following types:

...