Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Understanding the Java Virtual Machine: Class Loading and Reflection

Posted By: IrGens
Understanding the Java Virtual Machine: Class Loading and Reflection

Understanding the Java Virtual Machine: Class Loading and Reflection
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 9m | 310 MB
Instructor: Kevin Jones

This course covers some of the fundamentals and inner workings of the Java Virtual Machine. This class will be the first in the series and will examine class loading.

What you'll learn

Java is built around classes; these classes have to be loaded into memory and loading that is the responsibility of class loaders. The first part of this course will look at this class loading mechanism and how to write class loaders. Once you understand this, several scenarios become available, such as hot deployment of classes and the side-by-side loading of classes. Java has a rich type system and rich metadata. Reflection is the mechanism by which you can examine that metadata at runtime, and use that information to build rich applications. In the second part of this course, we will see how to use reflection to both examine this metadata at runtime and use it within our applications.


Understanding the Java Virtual Machine: Class Loading and Reflection