N
nmlaney
I'm using eclipse to launch classes with a static main and other static
members.
Question: the class takes several minutes to complete, and during that
time I may have updated the class, recompiled, and launched it again.
Will the two classes share the same static values?
I've asked several of my colleagues. Some yes's, some no's. I say no.
It's also been suggested I should refactor the class to not use static
members for configuration parameters.
TIA
Neill
members.
Question: the class takes several minutes to complete, and during that
time I may have updated the class, recompiled, and launched it again.
Will the two classes share the same static values?
I've asked several of my colleagues. Some yes's, some no's. I say no.
It's also been suggested I should refactor the class to not use static
members for configuration parameters.
TIA
Neill