first explain how your super contrived hello world example has any
RELEVANCE what so ever to Apache, Jakarta or anything thing else server
related?
Actually, if he is counting on using Java to implement CGI scripts, he's
found one of the few application areas where it is relevant. (Of
course, one could question the reasonableness of such a choice, given
the presence of JSP.)
If you are not a troll, then your least worry is the speed of running a
contrived hello world example, it is more like getting much more basic
fundemental understanding about practical programming.
if you are just trolling just stop.
There are applications where start-up time is important. I have a
couple of small programs that I invoke from the editor to filter part of
the text -- typically just a couple of lines; JDK's start up time pretty
much makes Java a no runner here. There are other applications where it
isn't, but other things in Java implementations make the language
inappropriate. And of course, there are other applications for which it
is really the only reasonable alternative -- I'm certainly not going to
write CGI code in *any* language if I can use JSP.
For most large scale applications, of course, the performance of the
language simply isn't an issue these days.