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

Explain reverse a linked list recursive java solution?

1045


What is string in java?

1074


Tell me about your ability to work under pressure

2248


What is a control variable example?

1078


What is the point of polymorphism java?

1070


What is a flag and how does it work?

1072


What is the importance of finally block in exception handling?

1084


What is instanceof keyword?

1267


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

1086


What is the difference between preemptive scheduling and time slicing in java programming?

1074


How is Object Oriented Programming different from Procedure Oriented Programming?

1094


How does hashset works in java?

1137


Explain access specifiers?

1243


What is the purpose of the finalize() method?

1299


What is an immutable object?

1173