Java: Difference between revisions

From   
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{Cquote|Java is fun to use and practical. It removes tedious and error-prone parts of application development such as memory management and cross-platform porting.||| Jonni Kanerva (1997) "The Java FAQ" Massachusetts : Addison-Wesley }}
{{Cquote|Java is fun to use and practical. It removes tedious and error-prone parts of application development such as memory management and cross-platform porting.||| Jonni Kanerva (1997) "The Java FAQ" Massachusetts : Addison-Wesley }}

=== Internet ===
{{Cquote|While today's Web is mostly a static brew - a grand collection of electronically linked brochures - Java holds the promise of caffeinating the Web, supercharging it with interactive games and animation and thousands of application programs nobody's even thought of.||| David Bank (December, 1995) "[https://web.archive.org/web/20050420023839/http://www.wired.com/wired/archive/3.12/java.saga.html The Java Saga]" Wired Magazine}}


=== Write once, run everywhere ===
=== Write once, run everywhere ===

Revision as of 13:25, 29 May 2023

Java is fun to use and practical. It removes tedious and error-prone parts of application development such as memory management and cross-platform porting.
— Jonni Kanerva (1997) "The Java FAQ" Massachusetts : Addison-Wesley

Internet

While today's Web is mostly a static brew - a grand collection of electronically linked brochures - Java holds the promise of caffeinating the Web, supercharging it with interactive games and animation and thousands of application programs nobody's even thought of.
— David Bank (December, 1995) "The Java Saga" Wired Magazine

Write once, run everywhere

The success of Java itself would be in slow, deliberate entrenchment in the oatmeal world of enterprise software, the long-lasting collections of programs that together serve the needs of whole organizations. The Java language promised "write once, run anywhere" functionality, that is, code written for the JVM would run the same regardless of the underlying machine or operating system.

Software companies spend a fortune building separate code for Windows NT, Windows 3.1, Linux, MacOS, Solaris, AIX, etc. This is a major headache for every IT shop. Java has achieved the greatest success in letting developers write Java code once for all platforms.
— Michael Byrne (February 2, 2016) The Rise and Fall of the Java Applet: Creative Coding’s Awkward Little Square Vice