Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Java Programming?
What are the best books for beginners in this subject
1 Answer
- Anonymous1 decade agoFavorite Answer
Java is so vast, it's hard to claim one book. If you want to learn the ABCs of the language features: "Teach Yourself Java", Osborne publications by O'Neil. If you want to learn class structuring: "The Black Art of Java Game Programming" Wait Group, by Joel Fan (and others). The Sun on-line tutorials (downloadable) will lead you through the widgets of Java -- Swing.
Go to the public library, the coffeehouse bookstores and read a variety of books until you begin to see the similarities in all the tutorials.
I recommend a good IDE like NetBeans to take out some of the frustration of code completion.
And finally, implementation features of HOW to use the limitations of any computer language is to read other people's code.