This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
Without actually trying it, will the following code compile?
public abstract class Foo { static Foo[] Bar = new Foo[0]; }
Why or why not?
Thursday, July 26, 2007 11:02 AM
The code will never compile without compiling it. It will remain as html text. Also, even if it could magically hop into a compiler, it would depend on the compiler being used.
Fields denoted with a "*" are required.