Java: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: == Learning Java == http://BlueJ.ORG/ A system for teaching Java to first year college students. == IDE's == * Eclipse * Borland [http://www.codegear.com/products/jbuilder JBuilder] * O... |
Brian Wilson (talk | contribs) |
||
Line 2: | Line 2: | ||
http://BlueJ.ORG/ A system for teaching Java to first year college students. | http://BlueJ.ORG/ A system for teaching Java to first year college students. | ||
== Books == | |||
So far these are my favorites: | |||
* Thinking in Java by Bruce Eckel | |||
* Java How to Program 7th Edition by Deitel and Deitel | |||
== IDE's == | == IDE's == |
Revision as of 07:54, 29 November 2007
Learning Java
http://BlueJ.ORG/ A system for teaching Java to first year college students.
Books
So far these are my favorites:
- Thinking in Java by Bruce Eckel
- Java How to Program 7th Edition by Deitel and Deitel
IDE's
- Eclipse
- Borland JBuilder
- Oracle JDeveloper
- Sun NetBeans