You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Overview of Javaistic documentation and resources.
4
+
icon: BookOpen
4
5
---
5
6
6
-
Welcome to the docs! You can start writing documents in `/content/docs`.
7
+
Welcome to the Javaistic documentation! Here, you can find everything you need to get started with Java, whether you're a beginner or an experienced developer.
7
8
8
-
## What is Next?
9
+
## Learning Resources
9
10
10
11
<Cards>
11
-
<Cardtitle="Learn more about Next.js"href="https://nextjs.org/docs" />
12
-
<Cardtitle="Learn more about Fumadocs"href="https://fumadocs.vercel.app" />
Copy file name to clipboardExpand all lines: content/docs/jvm-jre-jdk.mdx
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,9 @@ When you run the Java program, Java compiler first compiles your Java code to by
13
13
14
14
Java is a **platform-independent language**. It's because when you write Java code, it's ultimately written for JVM but not your physical machine (computer). Since JVM executes the Java bytecode which is platform-independent, Java is platform-independent.
15
15
16
-
<divclassName="mt-8" />
17
16
<divalign="center">
18
-
19
17

20
-
21
-
<palign="center"className="text-base text-gray-600 font-medium">Working of a Java Program</p>
18
+
<palign="center"className="text-sm text-zinc-500 font-medium">Working of a Java Program</p>
22
19
</div>
23
20
24
21
If you are interested in learning about JVM Architecture, visit [The JVM Architecture Explained](https://dzone.com/articles/jvm-architecture-explained).
@@ -29,11 +26,12 @@ If you are interested in learning about JVM Architecture, visit [The JVM Archite
If you need to run Java programs, but not develop them, JRE is what you need. You can download JRE from [Java SE Runtime Environment 8 Downloads page](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html).
@@ -44,13 +42,11 @@ If you need to run Java programs, but not develop them, JRE is what you need. Yo
44
42
45
43
In addition to JRE, JDK also contains a number of development tools (compilers, JavaDoc, Java Debugger, etc).
46
44
47
-
<divclassName="mt-8" />
48
-
49
45
<divalign="center"className="lg:px-36">
50
46
51
47

0 commit comments