Originally posted by iZigg
Hey guys I was wondering what the best website to learn java from was? I would prefer it to be free, but if I have to pay I am will to.
If you are wanting to learn I'd recommend TheNewBoston as his tutorials generally follow what a book would just instead of going into detail, it gives a quick overview with examples.
If you really want to learn how to program using Java, buy a book. You can find the books online in pdf but not all of them. You will also want to note that many online open source tutorial websites have the chance of being up to 8 year out of date, meaning methods could have been changed or are no longer being implemented.
Here is a book that came out in 2011, not too much has changed since then since it is a beginners book.
You must login or register to view this content.
When you get into the more intermediate and advanced books, that's when you will want recent books for application security, up to date info on the current language structure, as well as new class libraries that are now being used instead.
My thing about open source is that it should be used as a reference, not as a way to learn a language. I'm learning C++, 250 pages into a 1,100 page book. I've learned a lot just from that than I'd ever learn from references.
What becomes nice about the book once you are done with it, it becomes a reference book itself once you finish.