ByteCodeVerifier

ByteCodeVerifier

What is ByteCode Verifier in java?

Ans: It checks the originality of the java Program/class file 1) It will checks that there is any existance magic number in a java class file or not . If there is any magic number it will goes for execution otherwise reject 2)It checks/validate the every byte code in the original instruction set or not.

View Answers









Related Tutorials/Questions & Answers:
ByteCodeVerifier

Ads