Card 104 / 125: What is true about bytecode verification in Java?
A)
it is done when loading the class files by the class loader
B)
it is done while compiling the Java source files
C)
it makes sure that the code doesn't violate access restrictions
D)
it checks that data type conversions is code is correct
Answer:
A) it is done when loading the class files by the class loader
C) it makes sure that the code doesn't violate access restrictions
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |