posted 16 years ago
Only if these methods would use a shared static variable, and the methods change that variable, you could run into problems. If you only use local variables, or the shared variables are immutable (or you simply don't change them), there is no problem whatsoever.
For instance: