On Jun 8, 6:55 am, luciofm <[email protected]> wrote: > I have a C and C++ background and i'm looking for "THE" java book, like the > "C Programming Language, best know as K&R, for C and the "C++ Programming > Language" by Bjarne Stroustrup for C++.
If you're looking for reference material, _The Java Language Specification_ and _The Java Programming Language_ (published by Sun through Addison-Wesley) are the canonical references. Bruce Eckel's _Thinking in Java_ is better for "everyday" sorts of things. And no Java coding library is complete without Josh Bloch's _Effective Java_. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

