Honestly, I don't know the difference. I am learning Java through experimentation and "static" was how I got rid of the compiler error. How would I do this correctly?
On 5/21/07, Matthew Toseland <toad at amphibian.dyndns.org> wrote: > Static is bad except for stuff that really is universal like Logger. Is this > necessary? I suppose it's client layer so it doesn't matter that much... the > basic issue is that we want to be able to run multiple nodes in one VM, at > least for simulations. >
