Bytecode helps to solve Java’s portability and security problem. It is a highly optimized set of instructions designed to be executed by Java run-time system,which is called as Java Virtual Machine (JVM).JVM is an interpreter for bytecode,it helps to solve major problems associated with downloading programs over the Internet .
Let us see portability and security [...]
{ Comments }

