want to learn java.....

Semidevil

Diamond Member
Apr 26, 2002
3,017
0
76
So I took 1 year of java in college, and unfortunately, I was stupid and shot myself in the foot, and didn't pay attention, and my java skills is the suck. I know the very basic things, declaring stuff, and all that...and doing simple programs...but when it comes to writing something that involves 2 or more classes, I become the suck.

So basically, I want to learn back java, and I want to do it online...any good tutorials online you guys know?? something w/ many examples, you know, just anything that is a good learning tool...
 

mundane

Diamond Member
Jun 7, 2002
5,603
8
81
but when it comes to writing something that involves 2 or more classes, I become the suck.

From what it sounds like, you might find learning more than just the language proper beneficial - a good object oriented design tutorial would help immensely. We used the Gang of Four's text for SE2 (design patterns), but I don't think it's available online. I don't recall any specific online tutorials, but using those terms (and assistance from the board?) you should be able to come up with some.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Originally posted by: diegoalcatraz
but when it comes to writing something that involves 2 or more classes, I become the suck.

From what it sounds like, you might find learning more than just the language proper beneficial - a good object oriented design tutorial would help immensely. We used the Gang of Four's text for SE2 (design patterns), but I don't think it's available online. I don't recall any specific online tutorials, but using those terms (and assistance from the board?) you should be able to come up with some.
I think that book would be better for someone who already has oo techniques down pretty solid. It's not meant to teach beginners.