explain the uses of jvm verifierthe jvm verifier


Explain the uses of JVM verifier

The JVM "verifier" checks the code when it's loaded to verify that it has the correct structure --that it does not use an uninitialized pointer, or mix int and pointer types. This is one-time "static" analysis -- checking that the code has the correct structure without running it.

 

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: explain the uses of jvm verifierthe jvm verifier
Reference No:- TGS0356427

Expected delivery within 24 Hours