Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hiran, every single activity in your application only exists when the jvm is running. once the jvm stops, everything is terminated. :p equivalent to when the world ends.. except if u store things in database, when u restart the jvm, the world comes into life again and everything is reloaded from the database :p man, i'm talking crap (i'm serious about the "everything exists only when the jvm is running, once the jvm is gone, your thread is gone")
Replies:
|
Sponsored Links
|