vote up 1 vote down star

I have next to no programming experience, and absolutely none with Java, so I'm looking for some good online tutorials/primers. Please point me to good ones for beginners like me. Thanks.

flag

There are quite a few threads of this nature around here. – seth Jul 23 at 0:10
1  
As @seth suggests the answers I've listed below would have come up as you typed your question... remember in future to check out the suggested links before posting your questions. – MadMurf Jul 23 at 0:14

4 Answers

vote up 2 vote down check

Straight to the source: http://java.sun.com/docs/books/tutorial/

Video Tutorials: http://www.javaomatic.com/

link|flag
Thanks Jonathan. – ChrisC Jul 23 at 0:34
vote up 1 vote down

It's been a while since I've been a beginner, but from what I've seen, I like the material on JavaMex. But you may find it easier to start with something like Python, which doesn't come with all that OO overhead.

link|flag
vote up 0 vote down

Also, as you gain some java experience, you will almost certainly find yourself looking to use the APIs - http://java.sun.com/reference/api/

APIs give the documentation and examples on the classes/objects available for use in a particular Java release. You will find a lot of answers there moving forward. Good luck.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.