Download
News
- Ouya
- Is C/C++ Worth it?
- Engineered “Jellyfish”
- Jason: Cygwin, MinGW & Macports http://www.cygwin.com/ http://www.mingw.org/ http://www.macports.org/
- Patrick: uShare http://ushare.geexbox.org/
Java
History
- 1995 “Write Once, Run Anywhere”
- Applets
- 2006 Open Sourced*
- Third Party Virtual Machines
Features
- Generics
- Garbage Collection
- Interfaces (sort of like multiple inheritance)
- Checked Exceptions (except for RuntimeException)
Strengths
- Platform Agnostic
- Large community support
- Many Libraries
Weaknesses
- Speed
- Hardware Abstraction
- Forced object-oriented architecture (not functional)
- Eclipse
- Netbeans
Uses
- Web
- Server (Tomcat, JSP)
- Client (GWT)
- Android