Andrew Thompson wrote:
> Amol wrote:
>> Hi, I'm new to Java programming and I've 2-3 years of C++ programming
>> exp. I want list of good books that will help me to quickly get on to
>> the language. I don't want to waste my time in learning for loop or
>> even inheritance or polymorphism.
>
> For books, you might check some of the ones listed here..
> <http://www.techbookreport.com/JavaIndex.html>
>
> Note that if you can lay your hands on a book that
> highlights the *differences* between Java & C++,
> the 'gotchas' for those changing between them,
> it will save you a lot of trouble.
>
Your mileage may vary. I came to Java having programmed in many
languages, including a few years of C++.
At various points I've tried "conversion" books, and they don't really
work for me. They tend to leave me thinking in language A and
translating to language B, when I really want to think fluently in B.
I do better buying a book intended for beginners that is completely
focused on the language I'm trying to learn. I tend to get through those
books rather quickly, because I can read many sections quite fast and do
the exercises far quicker than a real beginner would.
Patricia
|