diff --git a/java/README-content.md b/java/README-content.md index 2a2f8d51..af80343f 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 7a5e206f..8badc747 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.