[SGVLUG] Java study group

Emerson, Tom Tom.Emerson at wbconsultant.com
Thu Oct 26 10:08:31 PDT 2006


At the risk of boring the non-developer-types on this list...

> -----Original Message----- Of Jana Lingo
> On 10/25/06, George R Jaffray, Jr <bobjaffray at juno.com> wrote:
> > > BJ: I would like to learn "Hello World" in java.
> > >
> > > Bob Jaffray
> > >
> >
>  public class HelloWorld{
> public static void main (String[] args)
> {
> System.out.println("Hello world!")
> }
> }
> Probably not what you were looking for.... Slow day at work
> 

Unfortunately, for Java, "that's only the tip of the iceberg" -- there
are details in this simple example that are not evident at first glance
(case sensitivity, class libraries, etc.)  but yeah, that covers the
basics... ;)


More information about the SGVLUG mailing list