Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How can one be assured that all of the compile-time safety features of Java are is still in effect in bytecode?


The JVM class loader verifies the bytecode:

https://stackoverflow.com/questions/755005/how-does-bytecode...


It verifies bytecode for bytecode rules violations, not that it matches original Java source code or whether original source code is safe.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: