is JVM platform dependent or independent..?

Answer Posted / vikrant sharma

JVM refers to Java virtual machine.As you know JVM takes
byte code and convert it into format that is understandable
by microprocessor.Since Every machine has its own JVM like
windows has own JVM, linux has own JVM,Macintosh has
different,etc.This means JVM depends upon Operating system
that means JVM is platform dependent.But that byte code
able to run on any machine that has JVM(JRE)..

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is palindrome in java?

727


Can we overload destructor in java?

731


Explain the difference between extends thread vs implements runnable in java?

781


What are the difference between string, string builder, and string buffer in java?

798


What is the numeric promotion?

688


How to connect to a remote database using Applet?

2227


How does finally block differ from finalize() method?

791


What are the steps involved to create a bean?

860


How will you invoke any external process in java?

806


What are different types of references?

741


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

10019


What is the association?

745


What are heap memory and stack memory and what are memory tables.

712


What is a line break?

775


What is a short in java?

684