Skip to content

Commit 538851e

Browse files
author
Eder Diego de Sousa
committed
Add readme
1 parent 063b9da commit 538851e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# Java_Programs
1+
#Java_Programs :coffee:
2+
3+
Java is a high-level, class-based, object-oriented programming language that is designed
4+
to have as few implementation dependencies as possible. It is a general-purpose programming
5+
language intended to let programmers write once, run anywhere (WORA), meaning that
6+
compiled Java code can run on all platforms that support Java without the need for recompilation.
7+
8+
Java applications are typically compiled to bytecode that can run on any Java virtual
9+
machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar
10+
to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides
11+
dynamic capabilities (such as reflection and runtime code modification) that are typically not
12+
available in traditional compiled languages. As of 2019, Java was one of the most popular
13+
programming languages in use according to GitHub, particularly for client-server web
14+
applications, with a reported 9 million developers.
15+
16+
Source: https://en.wikipedia.org/wiki/Java_(programming_language)
17+
18+
![Java Logo](https://upload.wikimedia.org/wikipedia/en/3/30/Java_programming_language_logo.svg)

0 commit comments

Comments
 (0)