Java   View all facts   Glossary   Help
tool > bytecode verifier
Next toolJava development tool    Uptool    Previous toolprogramming environment   

bytecode verifier
subjectfact 
bytecode verifierchecks that a class is not a subclass of a final classadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:15.0
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 .added by: JK, reference: Source 2, 2001-10-19 11:36:15.0
ensures that subversion is not taking place at the bytecode leveladded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:15.0
has purpose to verify each class loaded over a network to ensure that it obeys all Java language rulesadded by: JK, 2001-10-19 11:36:15.0
is a subtopic of How Java Works2001-10-19 11:36:15.0
is part of the Java Runtime System2001-10-19 11:36:15.0
is a kind of tooladded by: WH, 2001-10-19 11:36:15.0