Question 1.--> What is JVM ?
Answer 1.--> JVM refers to Java Virtual Machine which is a computer program that converts the source code written in java on any operating system to Byte code which a .class file that can run on any operating system according to the flavour of JVM installed on machine.This constitutes the feature of Platform Independance for Java while JVM is platform dependent.
No comments:
Post a Comment