From d7119dc420ffc4cd7d0e380493be64be164c9fec Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 9 Sep 2014 10:52:44 -0600 Subject: [PATCH] Add Java title --- java/README-content.md | 2 ++ java/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/java/README-content.md b/java/README-content.md index 2a2f8d510..af80343fc 100644 --- a/java/README-content.md +++ b/java/README-content.md @@ -1,3 +1,5 @@ +# What is Java? + Java is a concurrent, class-based, object-oriented language specifically designed to have as few implementation dependencies as possible. It is intended to allow application developers to "write once, run anywhere", meaning that code that runs on one platform does not need to be recompiled to run on another. Java is a registered trademark of Oracle and/or its affiliates. diff --git a/java/README.md b/java/README.md index 7a5e206f6..8badc747a 100644 --- a/java/README.md +++ b/java/README.md @@ -1,3 +1,5 @@ +# What is Java? + Java is a concurrent, class-based, object-oriented language specifically designed to have as few implementation dependencies as possible. It is intended to allow application developers to "write once, run anywhere", meaning that code that runs on one platform does not need to be recompiled to run on another. Java is a registered trademark of Oracle and/or its affiliates.