comparison src/java.html.luan @ 65:7c496678f32a

mikraite links
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 24 Aug 2024 21:45:21 -0600
parents c385a4f75b10
children b1982e401900
comparison
equal deleted inserted replaced
64:b91375e2a28a 65:7c496678f32a
32 32
33 <p>Here is the history of Java copied from <a href="https://old.reddit.com/r/GoodSoftware/comments/d40pz7/java/">here</a>:</p> 33 <p>Here is the history of Java copied from <a href="https://old.reddit.com/r/GoodSoftware/comments/d40pz7/java/">here</a>:</p>
34 34
35 <ul history> 35 <ul history>
36 <li>Java 1.0 was release in 1995.</li> 36 <li>Java 1.0 was release in 1995.</li>
37 <li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li> 37 <li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li>
38 <li>Java 1.2 (1998) didn't change the language.</li> 38 <li>Java 1.2 (1998) didn't change the language.</li>
39 <li>Java 1.4 (2002) added "assert" which is harmless though I don't use it.</li> 39 <li>Java 1.4 (2002) added "assert" which is harmless though I don't use it.</li>
40 <li> 40 <li>
41 Java 1.5 (2004) added many features. 41 Java 1.5 (2004) added many features.
42 <ul> 42 <ul>