According to the documentation, they always exist. It's just a matter of whether or not they've been initialized to anything other than null. You can try comparing to null if that gets you what you want.
Mike --- In [email protected], "murthysuresh" <murthysur...@...> wrote: > > how do i check if a static variable exists in memory? >
