From what I understand, the object state is just stored (values for fields, etc.), however, the execution context is anyways going to be lost.
What's the point of this? What bad can happen if so?
Note* this was taken from Effective Java By Joshua Bloch