Saturday, 4 May 2013

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…
Read more