up vote 2 down vote favorite
share [g+] share [fb]

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.

link|improve this question

There are quite a few threads of this nature around here. – seth Jul 23 '09 at 0:10
2  
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 '09 at 0:14
possible duplicate of Java Tutorial – Joachim Sauer May 26 '10 at 9:17
feedback

6 Answers

up vote 3 down vote accepted

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

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

link|improve this answer
Thanks Jonathan. – ChrisC Jul 23 '09 at 0:34
feedback

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|improve this answer
feedback

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|improve this answer
feedback

A video from Stanford - good presenter makes it easy to watch and pretty fair examples too http://www.youtube.com/watch?v=KkMDCCdjyW8

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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