On Wed, Nov 03, 2004 at 03:50:06PM +0000, Chris Green wrote:
On Wed, Nov 03, 2004 at 04:09:12PM +0000, Matt Parker wrote:
The only thing is that this process happens everytime you re-start the JVM, but then if you're running it on a server (where I believe Java should only really live - it's not useful for desktop apps really) you don't care about that because you never restart it.
In many cases java code runs in the JVM of a browser, this is supposed to be one of the places where it excels isn't it? Not server java really.
Applets bug me - if only because for certain things they only work in $particular_version of $particular_distributor of a JRE. Server side stuff does at least work, most of the time.
Thanks,