I am a VisualBasic programmer who wants to learn Java. Where should I start?
Created May 4, 2012
Chandra Patni There are various online resources and many good books you can start with. First few chapters of Core Java Vol 1 contrasts Java concepts with with C++ and Visual Basic. Also, you may want to refer to the following list of introductory books and online tutorials.
- Thinking in Java 2nd Ed. Free online
- Sun's The Java Tutorial 3rd Ed.
- jGuru: Language Essentials: Introduction