Wiki Markup |
---|
CallersClient code can trivially access and modify {{public}} {{static}} non-final fields. Neither accessesreads nor modificationswrites are checked by a security manager; further, and newly set values cannot be validated. Classes loaded by the same or different class loaders can access each others' {{public static}} members, unless appropriate protection is installed. For example, consider Java applets \[[Sun 2008|AA. Bibliography#Sun 08]\]: |
...