An abstract computing machine, or virtual machine , JVM is a platform - independent execution environment that converts Java bytecode into machine language and executes it.:Java Virtual Machine is the one which change the source code in to the code that is executable through the system so that this helps in making the Java Platform independent as this coude is accessible in any of the operating system:jvm(java virtual machine)is the compiler of java which convert source code to byte code, which is further intepreted into machine code:JVM - Java Virtual Machine.:java programs are compiled intoana assembly language for an imaginary machine is called java vortual machine:JVM:JVM stands for Java Virtual Machine. It is the engine that drive the java code. It is the medium which converts java code to bytecode which get translated on different machine and hence it makes it platform/os independent.:JVM generates .class file that we can able to run in any OS but it should have a JVM within it.Because JVM is system dependent.:jvm stands for java virtual machine.where it converts source code into byte code but these code also not accesable by machine. where jvm play a important role. it converts Byte code to machine code. :Java is platform independant because of JVM i.e Java Virtual Machine. As different computers with different oerating system hav their own JVM,when we submit &
Category:Java Interview Questions
No comments:
Post a Comment