Skip to content

First official Javadoc version

| java |

Overview

Recently I had a conversation with my colleague about how cool Go godoc is.
Especially the fact that documentation and related tooling has been built-in into the Go since the beginning.

Of cause Go is not unique here. Java had JavaDocs in the first SDK releases as well. Unfortunately I’ve never checked JavaDocs pre Java version 1.4. That’s why I’ve decided to snapshot old-fashion JavaDocs in this post.

JDK 1.0

The first version was released on January 23, 1996. The first stable version, JDK 1.0.2, is called Java 1. This was the initial release and was originally called Oak. It had very unstable APIs and one java web browser named WebRunner.

Java API Documentation version 1.0.2

jdoc0

jdoc1

jdoc2

jdoc3

jdoc4

jdoc5

jdoc6

References