Java: Difference between revisions

Content deleted Content added
No edit summary
 
(2 intermediate revisions by the same user not shown)
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" Addison-Wesley }}
 
{{Cquote|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.<br><br>
 
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) [https://www.vice.com/en/article/8q8n3k/a-brief-history-of-the-java-applet The Rise and Fall of the Java Applet: Creative Coding’s Awkward Little Square] Vice }}
 
 
== History ==
Line 63 ⟶ 68:
It is about 4 am, in a Sheraton Palace hotel room down the street from the convention center. Sun's Eric Schmidt and George Paolini are shaking hands with Netscape's Marc Andreessen on an agreement to integrate Java technology into the Navigator browser.
 
Andreessen agreed to step out on stage during the morning's keynote speech and reveal the surprise agreement as part of the Java technology announcement. Most of the Java team didn't know the agreement has taken place until the moment Andreessen and the Sun execs walk on stage.|||Jon Byous (1998) "[https://web.archive.org/web/20050420081440/http://java.sun.com/features/1998/05/birthday.html Java Technology : The Early Years]" java.sun.com }}
 
=== Javascript ===
Line 77 ⟶ 82:
 
Finally, Java's corporate parent Oracle announced in 2016 that it's finally killing the Applet.|||Michael Byrne (February 2, 2016) [https://www.vice.com/en/article/8q8n3k/a-brief-history-of-the-java-applet The Rise and Fall of the Java Applet: Creative Coding’s Awkward Little Square] Vice }}
 
=== Write once, run everywhere ===
{{Cquote|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.<br><br>
 
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) [https://www.vice.com/en/article/8q8n3k/a-brief-history-of-the-java-applet The Rise and Fall of the Java Applet: Creative Coding’s Awkward Little Square] Vice }}
 
== References ==