What is incorrect statement about bytecode?
a. Java when compiles the source code, it converts it to bytecode.
b. JVM is an interpreter of bytecode.
c. Bytecode is not portable and it needs to be compiled seperately for each platform.
d. JVM offers a protected environment which helps in enhanced safety for the system.