JVM Presentation
JVM Presentation
• The use of the same byte code for all JVM’s on all
platforms allows Java to be described as a "write once,
run anywhere" programming language.
JVM:
• Java Virtual Machine (JVM) is platform independent,
meaning it can run on different Operating Systems (OS)
like Windows or UNIX.
Disadvantages:
• Speed
• Platform Specific Features