Linked by Thom Holwerda on Thu 27th Sep 2007 15:08 UTC, submitted by Martin Husted Hartvig
Thread beginning with comment 275061
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Interesting, althought I don't like Java
by sanders on Mon 1st Oct 2007 10:21
in reply to "RE[3]: Interesting, althought I don't like Java"






Member since:
2005-07-06
well, thats not entirely correct. An empty class (only a main method) starts as fast as releasing the enter key (P4, 3.2). However starting the UI (Swing, et al) takes a bit longer (empty class with a single line like: JOptionPane.showInputDialog("testing");)
approx 2 seconds to start - and 3 to shutdown (!?)
I am also seeing similar times with .net (why is .net never flamed for speed issues??) and I guess this is true with most - all? - VM based languages.
using Java 1.6 on windows btw.
Edited 2007-09-28 11:23