Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4ea271f

Browse files
Update Java.MD
1 parent c96071f commit 4ea271f

File tree

1 file changed

+10
-1
lines changed
  • Java Basics/Introduction to Java

1 file changed

+10
-1
lines changed

‎Java Basics/Introduction to Java/Java.MD‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,13 @@ class Syntax{
9696

9797
```
9898
Class File ---------> Class Loader ---------> Byte Code Verifier ---------> Interpreter ---------> Run Time ---------> Hardware
99-
```
99+
```
100+
<br>
101+
102+
```ClassLoader: ```It is the subsystem of JVM that is used to load class files.
103+
104+
```ByteCode Verifier: ``` Checks the code fragment for illegal code that can violate access right to objects.
105+
106+
```Interpreter: ``` Read the bytecode stream then execute the instructions.
107+
108+
<br>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /