Byte Code Verifier in Java By Ankush Joshi
Автор: Ankush Joshi E Learner
Загружено: 2020-04-20
Просмотров: 726
Byte Code Verifier, Verify the java code to ensure that classes do not perform operations that may cause the JVM to crash.
Check Points that verifier Performs-
Uninitialized Variables
Access rules for private data and methods are not violated.
Method calls match the object Reference.
There are no operand stack overflows or underflows.
The arguments to all the Java Virtual Machine instructions are of valid types.
Ensuring that final classes are not subclassed and that final methods are not overridden
Checking that all field references and method references have valid names, valid classes, and a valid type descriptor.
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: