> http://www.javabeginner.com/index.htm
>
> ^^ Is this a good one in your opinion ?
go to sun website read it
http://java.sun.com/
> ^^ Is this a good one in your opinion ?
I have not heard of that one, but here's a
"Java Tutorial" I can highly recommend..
<http://java.sun.com/docs/books/tutorial/>
For beginners, try the "Getting Started" trail.
I note they state (this is recent..)
"As part of the update to JDK 6, the Swing
examples are now bundled to be open and run
in NetBeans IDE. ...".
Feel free to ignore that rot and just learn
Java. (I note you mention surprise at seeing
IDE instructions in a Java Tutorial in a related
but separate thread. I agree with you - a
Java Tutorial should never need to mention
an IDE).
--
Andrew T.
PhySci.org
Andrew Thompson - 20 Mar 2008 08:38 GMT
> > ^^ Is this a good one in your opinion ?
>
> I have not heard of that one, but here's a
> "Java Tutorial" I can highly recommend..
> <http://java.sun.com/docs/books/tutorial/>
Which can also be downloaded for local browsing..
> Feel free to ignore that rot and just learn
> Java. (I note you mention surprise at seeing
> IDE instructions in a Java Tutorial in a related
> but separate thread. I agree with you - a
> Java Tutorial should never need to mention
> an IDE).
Though if 'price' is the problem, note that
NetBeans (and Eclipse) are both free. You
just need to download them (they are huge
downloads).
--
Andrew T.
PhySci.org
> http://www.javabeginner.com/index.htm
>
> ^^ Is this a good one in your opinion ?
I didn't look at your tutorial. One I have found that is good is the
Javapassion website. I recommend it:
www.javapassion.com
> http://www.javabeginner.com/index.htm
>
> ^^ Is this a good one in your opinion ?
If you really want to learn Java, I'd suggest a book instead of an
online tutorial. You might look at Head First Java.
--Dale--
Schroeder, AJ - 21 Mar 2008 18:02 GMT
>> http://www.javabeginner.com/index.htm
>>
[quoted text clipped - 4 lines]
>
> --Dale--
I take it that a book in OOP concepts wouldn't be a good place to start to
learn Java?
AJ