FileDocCategorySizeDatePackage
WolfInStringsClothing.javaAPI DocExample367Sat Oct 26 09:53:54 BST 2002None

WolfInStringsClothing.java

/**
 * If this class could be compiled, Java security would be a myth.
 */
public class WolfInStringsClothing 
	extends java.lang.String {//EXPECT COMPILE ERROR

	public void setCharAt(int index, char newChar) {
		// The implementation of this method
		// would be left as an exercise for the reader.
		// Hint: compile this code exactly as-is before bothering!
	}
}