Why Java is Secure and Portable ?

The answer is
  BYTECODE.!

Bytecode it the key that makes Java language most secure and Portable.

When you compile your java program then on successful compilation , java compiler (javac) generates a class file with .class extension which contains the Bytecodes of your java program. Now the Bytecodes which are generated are secure and they can be run on any machine (portable) which has JVM.

LinkWithin

Related Posts Plugin for WordPress, Blogger...