Java View all facts Glossary Help |
tool > bytecode verifier |
bytecode verifier comparison table |
Subject | have purpose | check that | is part of | is a kind of | is a subtopic of | ensure that | has definition |
---|---|---|---|---|---|---|---|
tool | kbTop | ||||||
bytecode verifier | to verify each class loaded over a network to ensure that it obeys all Java language rules | a class is not a subclass of a final class | the Java Runtime System | tool | How Java Works | subversion is not taking place at the bytecode level | 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 . |
Next tool: Java development tool Up: tool Previous tool: programming environment