JVM Languages
jqa599.txt
Associated article: Java Q&A
Tags: .NET JVM Languages
Published source code accompanying the article by Lou Grinzo in which he examines Java and the topic of untrusted classes. Also see JQA599.ZIP.
Java Q&A
by Lou Grinzo
Listing One
public class mutableBoolean
{ public boolean enabled; }
Listing Two
// SMdemo: SecurityManager demo program. See the comment
// in main() before running this program.
import java.lang.*;
import java.io.*;
import java.util.*;
class ...


