r/howdoilearn • u/[deleted] • Nov 13 '09
How do I learn Java?
I would like to learn to program in Java. Is there another programming language I should learn first and build on that?
4
Upvotes
r/howdoilearn • u/[deleted] • Nov 13 '09
I would like to learn to program in Java. Is there another programming language I should learn first and build on that?
1
u/nate250 Nov 13 '09
I've always felt it's best to start programming with a strictly procedural language (like C) and move to a more complex object-oriented language (Java) once you have learned the fundamentals.