• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Java Book

NewBlackDak

[H]ard|Gawd
Joined
Aug 31, 2003
Messages
1,322
Anyone learned Java from a book, or know of a good book to learn Java?

I'm a good Perl, PHP, Applescript, and BASH scripter, but I haven't done any real code since C++ in college 11 years ago.
 
once you have the basics of programming in java down, i recommend the SCJP study guide for SCJP 5.0

it goes into a lot of detail of java 5.0, once you run through this book, you will really have a good understanding of how practically every bit of code works. It is a bit oriented towards the sun certified java programmer examn (which is how i got in touch with it), but i did learn a lot from it
 
Take a look at Core Java by Cay Hoarstmann. It's probably harder to read than TIJ though, if you're very unfamiliar with Java to start with.
 
Back
Top