Answer is byte code . Java is first compiled into byte code which is intermediate language between machine code and source code .This byte code can be fitted into any platform and hence can be run anywhere we just need JVM to be implemented on that system.
Hence translating into byte code make java secure because it is not executable file and difficult to understand.
Java also provide firewall between network application and your computer so we can freely download any applet from internet .
No comments:
Post a Comment