|
Prev: java appears to cache a .class file based on its directory (?)
Next: Please chat with me by www.cnbbiz.com to get the price
From: paddy_nyr on 16 Jul 2008 16:14 Hi All, Could someone recommend a good book to learn java? And I do have a programming background in PHP, Javascript and HTML. Thanks for the help. Take care
From: Lew on 16 Jul 2008 21:42 paddy_nyr wrote: > Could someone recommend a good book to learn java? And I do have a > programming background in PHP, Javascript and HTML. Start here: <http://java.sun.com/docs/books/tutorial/index.html> and here: <http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/> -- Lew
From: Mark Space on 16 Jul 2008 23:11 paddy_nyr wrote: > Hi All, > > Could someone recommend a good book to learn java? And I do have a > programming background in PHP, Javascript and HTML. I like _Learning Java_ by O'Reilly. It's got all the basics, but also enough advanced material to keep the book as a reference after you're done with the introductory material. I've looked at a few other beginning Java books such as Head First and the Deital book, and I think Learning Java is head and shoulders above both. For online resources, besides the two Lew mentioned, I also like the javapassion.com website. It's run by a researcher who works for Sun and gives free on-line classes in various aspects of Java programming. The introductory class appears to be starting in about 3 weeks, on August 11th. It might be a good idea to jump on that. http://www.javapassion.com/javaintro/
From: Lew on 17 Jul 2008 00:11 paddy_nyr wrote: >> Could someone recommend a good book to learn java? And I do have a >> programming background in PHP, Javascript and HTML. Mark Space wrote: > I like _Learning Java_ by O'Reilly. It's got all the basics, but also > enough advanced material to keep the book as a reference after you're > done with the introductory material. I've looked at a few other > beginning Java books such as Head First and the Deital book, and I think > Learning Java is head and shoulders above both. > > For online resources, besides the two Lew mentioned, I also like the > javapassion.com website. It's run by a researcher who works for Sun and > gives free on-line classes in various aspects of Java programming. The > introductory class appears to be starting in about 3 weeks, on August > 11th. It might be a good idea to jump on that. > > http://www.javapassion.com/javaintro/ When you've milked the referenced resources, be sure to invest in /Effective Java/ (2nd ed.) by Joshua Bloch. -- Lew
From: paddy_nyr on 17 Jul 2008 09:22
"paddy_nyr" <mpprpp(a)yahooc.om> wrote in message news:g5lkr7$5n6$1(a)aioe.org... > Hi All, > > Could someone recommend a good book to learn java? And I do have a > programming background in PHP, Javascript and HTML. > > Thanks for the help. > > Take care > > Thanks all for the replys |