Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

is JVM platform dependent or independent..?

Answer Posted / vamsi

JVM refers Java Virtual Machine. JVM is a program which
will convert byte code instructions into machine language
instructions understandable by Micro processor. Java
program write once, later on run anywhere.

JVM is a system dependent, because it was developed in C
language, where as class file is a system independent.


Sun Microsystems has developed different JVMs for different
operating systems. Hence, you can write a single Java
program and generate the class file which can be executed
on any other operating system.


note# let us know if iam wrong.

Is This Answer Correct ?    126 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jrmp?

900


How do you sort a string in alphabetical order in java?

870


Explain the difference between private, public, package and protected in java?

989


What is defined as false sharing in the context of multithreading?

980


What is the difference between preemptive scheduling and time slicing?

1000


How many types of equations are there?

957


What are the different types of constructor?

928


How do you remove duplicates from an array in java?

902


What is the difference between method overriding and overloading?

1172


What is return data type?

938


Is 9 a prime number?

830


I want to print “hello” even before main is executed. How will you acheive that?

1044


Difference between process and thread?

987


What is abstraction in java?

1023


Name some classes present in java.util.regex package.

980