October 2004
Intermediate to advanced
856 pages
23h 33m
English
Beware the ides of March.
—William Shakespeare (1564–1616), Julius Caesar (I, ii, 18)
Integrated development environments (IDEs) are available for all mainstream development languages. IDEs allow developers to quickly produce massive amounts of code that is already debugged and optimized. The generated code is available to be modified in the IDE or used as is. In general terms, an integrated development environment is a cohesive set of programs that automate and centralize the lifecycle of program code design, creation, and deployment. As with all third-generation languages, you can create Java programs using a text editor, and there is no requirement to use an IDE for Java development. ...
Read now
Unlock full access