Java View all facts Glossary Help |
tool > bytecode verifier |
bytecode verifier | ||||
subject | fact |
bytecode verifier | checks that a class is not a subclass of a final class | |
has definition A verifier that is part of the Class File verifier and which performs a data-flow analysis on the actual bytecode stream that is contained in each method definition in the class . | ||
ensures that subversion is not taking place at the bytecode level | ||
has purpose to verify each class loaded over a network to ensure that it obeys all Java language rules | ||
is a subtopic of How Java Works | ||
is part of the Java Runtime System | ||
is a kind of tool |