Suggestions for how to learn java...?

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
I've decided that I want to learn how to program in Java... my only coding history is in PHP/MySQL... but with no concept of OOP whatsoever (well, and I'm discounting the stuff I did in gwbasic so many years ago that I can't remember any of it now).

Does anyone here have any recommendations on books (or any other method of education/assistance) to help me learn how to code in Java? I'm obviously a programming newb... but <shrug> I guess I'm going to jump in head-first.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: AgaBoogaBoo
Awaiting Nik :p

Fvck Nik. This is not a technical question, and the only other forum it might be appropriate in is Hot Deals.
 

SSP

Lifer
Oct 11, 1999
17,727
0
0
Originally posted by: GeekDrew
Originally posted by: tfinch2
Read a book? Take a class?

Would never have guessed. :rolleyes;

Have a suggestion for a good book?

Big Java. Its what most college/university students use.
 

randumb

Platinum Member
Mar 27, 2003
2,324
0
0
Head First Java - this book looks like its for dummies, but it has very good coverage of important concepts and has gotten rave reviews
Thinking in Java - free online, designed for people with programming experience and covers more advanced concepts along with the basics
 

Platypus

Lifer
Apr 26, 2001
31,046
321
136
To be honest there was a little java book my prof gave me to study out of for this project I did for him and I cannot recall the name.. I will find out for you.

If you understand the concept of OOP, java is seriously like legos, except with very common programming syntax and a horrible bloated platform to run on :p
 

ajpa123

Platinum Member
Apr 19, 2003
2,401
1
0
Originally posted by: randumb
Head First Java - this book looks like its for dummies, but it has very good coverage of important concepts and has gotten rave reviews
Thinking in Java - free online, designed for people with programming experience and covers more advanced concepts along with the basics

Thinking in Java by Bruce Eckel is rather advanced for him don't you think.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Perhaps I should find something to familiarize me with OOP, before I tackle Java? Or should I try to learn it all at once? :-\
 

MartyMcFly3

Lifer
Jan 18, 2003
11,436
29
91
www.youtube.com
Originally posted by: GeekDrew
Perhaps I should find something to familiarize me with OOP, before I tackle Java? Or should I try to learn it all at once? :-\

I tackled it all at once, but then again I took a class for it which sorta explained things for me. It depends which book you get i'd suppose.
 

petejk

Senior member
Apr 6, 2002
463
0
0
WROX (red covers) books are the bomb for learning new technology...

that's how i picked up asp.net / jsp stuff...(came from a vb/java background)


i manage a software team now...lol....
 

OdiN

Banned
Mar 1, 2000
16,430
3
0
import javax.swing.*

public class stupid.java

{

public static main void(String[] args)

{


JOptionPane.ShowMessageDialog(null, 'Java is stupid!');

}

}





well...I think I have that right heh.
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
This has been discussed many times in the Software forum. Do a search there.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: MrChad
This has been discussed many times in the Software forum. Do a search there.

Before I posted this, I searched all forums for anything containing "learn java", and got nothing back...
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81

mugs

Lifer
Apr 29, 2003
48,920
46
91
I used a book that was published by Sun... Core Java 2 I think it was called. It was very good I think.

Other than that, I recommend O'Reilly books for anything programming related.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: MrChad
Originally posted by: GeekDrew
Originally posted by: MrChad
This has been discussed many times in the Software forum. Do a search there.

Before I posted this, I searched all forums for anything containing "learn java", and got nothing back...

*sigh*

good site for java programming tutorials?
Want to learn java, any suggestions?
I want to learn Java
Need to learn JAVA
What's a good book to learn Java?
want to learn java ...
Good book to learn Java?

There's no need to sigh. I just ran the same search (even used the autocomplete entry from last night) and got quite a few results, even though there were none last night... why? Idunno why I didn't get anything earlier.