File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments