comparison src/java.html.luan @ 67:b1982e401900

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:09:27 -0600
parents 7c496678f32a
children
comparison
equal deleted inserted replaced
66:4b68d7e43726 67:b1982e401900
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://mikraite.arkian.net/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="https://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>