What's the fastest way to draw a Hello World in Java
Posted
by Mordan
on Stack Overflow
See other posts from Stack Overflow
or by Mordan
Published on 2010-03-11T23:16:48Z
Indexed on
2010/03/14
23:59 UTC
Read the original article
Hit count: 186
What's the fastest way to draw a Hello World on the screen as a GUI in Java,
1- by using the minimum number of classes.
2- with the least byte code executed
2- the JVM tweaks
so when I double click on the Jar file in Windows, the Hello World appears in no time (assuming the Runtime is not already loaded).
© Stack Overflow or respective owner