Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are application level classes in Java?

I am a beginner in java, I just started reading about JVM internals. I was going through the hierarchy of class loaders. I found out that system class loader takes care of loading all the application level classes into the JVM. So I want to know what are the application level classes exactly? Source : https://www.baeldung.com/java-classloaders

like image 293
Abhilash Kr Avatar asked May 01 '26 03:05

Abhilash Kr


1 Answers

As the name suggests, the application level classes are the classes that belong to the application - i.e., classes that aren't part of the platform, such as the JDK's classes.

like image 194
Mureinik Avatar answered May 02 '26 16:05

Mureinik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!