Sunday, 24 April 2016

What makes Java as 'Write once and Run anywhere' ?


bytecode
          makes Java as 'Write once and Run anywhere'

Java is compiled to a bytecode , which is not platform specific and can run on any platform.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.