Re: New to Java

2002-01-17 Thread Elias Assmann
On Wed, 16 Jan 2002, Ali Ghaharbeighi wrote: > Is there a place on the web that guide me through learning > it step by step. By simple examples and so on. Try _Thinking in Java, 2nd Edition_ by Bruce Eckel. I find it's a good book, and it's available for free (from www.mindview.net); however, it's

Re: New to Java

2002-01-17 Thread Guy McArthur
> > >I am very new to Java and would like to learn this language. >Using both windows and Linux versions. >Is there a place on the web that guide me through learning >it step by step. By simple examples and so on. > The best online resources in my opinion are: The Java Tutorial, http://java.sun.c

Re: New to Java

2002-01-16 Thread trentjarvi
http://java.sun.com/docs/books/tutorial/index.html There are many other pages out there. groups.google.com is handy when you have questions about compile time and runtime problems. On Wed, 16 Jan 2002, Ali Ghaharbeighi wrote: > Hi, > > I am very new to Java and would like to learn this lang

RE: New to Java

2002-01-16 Thread Weiqi Gao
How about http://java.sun.com? and http://javaworld.com? The Java Tutorial is available both on the web and in book form. To learn the LANGUAGE, there is nothing more appropriate than the Java Language Specification (available on line and in book form) and The Java Programming Language (a book).