| Author |
Websites to Learn Java |
Lux-et-Veritas
Member
Posts: 3
Location:
Joined: 28.07.10 Rank: Moderate |
|
|
College is coming up quickly and for my major I will have to take quite a few classes dealing with Java. I have looked around and have found plenty of informative sites. I have found that some of the best sites to use are the least-known. Do you guys have any website suggestions? |
|
| Author |
RE: Websites to Learn Java |
GTADarkDude
Member

Posts: 142
Location: The Netherlands
Joined: 23.02.08 Rank: God |
|
Java, not Javascblockedript. -_-"
As for the rest, I can't really help you with that. I don't know any Java learning sites (except for the main API documentation). Google will let you find some, and you could see for yourself which one you prefer.
... |
|
| Author |
RE: Websites to Learn Java |
Network X
Member
Posts: 112
Location: Hellbound Hackers
Joined: 31.05.09 Rank: HBH Guru |
|
|
This isn't directly java but it might help you out. It discusses java at some point. |
|
| Author |
RE: Websites to Learn Java |
maug
Member

Posts: 612
Location:
Joined: 20.07.08 Rank: Monster |
|
This is still a pretty neat course, it's on the uses of computers. It is not finished yet, but I'm hoping it will be in the next few months.
http://webcast.berkeley.edu/course_details_new.php?seriesid=2010-D-26250&semesterid=2010-D
Scheme, teaches fundamentals of programming like recursion
http://webcast.berkeley.edu/course_details_new.php?seriesid=2008-D-26263&semesterid=2008-D
This is where you learn high level programming. This teaches about about high level languages, not just Java. But, Java is the main high level language that they teach.
http://webcast.berkeley.edu/course_details_new.php?seriesid=2008-D-26332&semesterid=2008-D
Machine structures. They use C, mips, and i have no idea what else.
http://webcast.berkeley.edu/course_details.php?seriesid=1906978500
Now that you have all of that, start from the top and work your way down. My advice is to take notes, follow along by writing the programs, and do the homework for the class. Another technique is to watch the video once first, and then watch it a second time so that you know what to take notes on. It's a stress free way of sorting shit from shinola. I think that this is pretty thorough way to learn about programming.
There's also others like MIT that have lectures, but this should meet your needs. Here they be:
http://www.ocwconsortium.org/
http://ocw.mit.edu/courses/
http://webcast.berkeley.edu/
I pwn kittens.
Edited by maug on 24-10-10 22:48 |
|
| Author |
RE: Websites to Learn Java |
fuser
Member

Posts: 959
Location: in front of a computer (duh)
Joined: 05.04.07 Rank: HBH Guru |
|
I usually go here for my java needs : http://dreamincode.net/ as well as daniweb.com
DIC has a good section dedicated to Java, in fact, their help there is the best I've seen so far. Some of the posters are professional Java coders, so they can usually sort out your issues quickly, and there are some good tutorials there as well.
Also, I recommend getting An Introduction to Object Oriented Programming with Java by Thomas Wu. It's a good book, in my opinion.







Telling modern Internet users to stop whining is like telling them to stop breathing — it seems unrealistic and inhumane. Paul Lutus
Edited by fuser on 25-10-10 00:32 |
|
| Author |
RE: Websites to Learn Java |
wolfmankurd
Member

Posts: 1519
Location: UK
Joined: 30.05.05 Rank: God |
|
Dare I say Java for dummies? It's far better than C for dummies (which is a total scam).
BY READING MY POST, YOU ACCEPT IT AS IS AND AGREE TO MY DISCLAIMER OF ALL WARRANTIES, EXPRESS OR IMPLIED, AS WELL AS DISCLAIMERS OF ALL LIABILITY, DIRECT, INDIRECT, CONSEQUENTIAL OR INCIDENTAL, THAT MAY ARISE FROM THE USE OF THIS (MIS)INFORMATION.

|
|
| Author |
RE: Websites to Learn Java |
stealth-
Member

Posts: 999
Location: Eh?
Joined: 10.04.09 Rank: God |
|
|
wolfmankurd wrote:
Dare I say Java for dummies? It's far better than C for dummies (which is a total scam).
People actually read those books?
The irony of man's condition is that the deepest need is to be free of the anxiety of death and annihilation; but it is life itself which awakens it, and so we must shrink from being fully alive.
http://www.stealth-x.com |
|
| Author |
RE: Websites to Learn Java |
fuser
Member

Posts: 959
Location: in front of a computer (duh)
Joined: 05.04.07 Rank: HBH Guru |
|
stealth- wrote:
wolfmankurd wrote:
Dare I say Java for dummies? It's far better than C for dummies (which is a total scam).
People actually read those books?
you would be amazed that people actually read them. apparently they're considered good for the average person with no technical background to read.
what is wrong in this picture?







Telling modern Internet users to stop whining is like telling them to stop breathing — it seems unrealistic and inhumane. Paul Lutus
|
|
| Author |
RE: Websites to Learn Java |
maug
Member

Posts: 612
Location:
Joined: 20.07.08 Rank: Monster |
|
fuser wrote:
stealth- wrote:
wolfmankurd wrote:
Dare I say Java for dummies? It's far better than C for dummies (which is a total scam).
People actually read those books?
you would be amazed that people actually read them. apparently they're considered good for the average person with no technical background to read.
what is wrong in this picture?
For Dummies books are also for more advanced people. If you already know a bit about the subject, then you just read the tips, tricks, summaries, and fun facts. If not you can choose to read the whole book.
I pwn kittens. |
|
| Author |
RE: Websites to Learn Java |
wolfmankurd
Member

Posts: 1519
Location: UK
Joined: 30.05.05 Rank: God |
|
I absolutely love them, but they are hit and miss. I suspect C for dummies was seen as a book people would pick up on their first contact with programming and so is aimed at such a person. The vaguer the title the more useful the book I reckon!
BY READING MY POST, YOU ACCEPT IT AS IS AND AGREE TO MY DISCLAIMER OF ALL WARRANTIES, EXPRESS OR IMPLIED, AS WELL AS DISCLAIMERS OF ALL LIABILITY, DIRECT, INDIRECT, CONSEQUENTIAL OR INCIDENTAL, THAT MAY ARISE FROM THE USE OF THIS (MIS)INFORMATION.

|
|