| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| layout | default |
|---|---|
| title | Background Process |
| nav_order | 5 |
At compile time, java file is compiled by Java Compiler (It does not interact with OS) and converts the java code into bytecode.
At runtime, following steps are performed:
is the subsystem of JVM that is used to load class files.
checks the code fragments for illegal code that can violate access right to objects.
| Back | FazBrowse Home | New Git URL |