This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes JVM platform independent or platform dependant? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "JVM platform independent or platform dependant?" Watch "JVM platform independent or platform dependant?" New topic
Author

JVM platform independent or platform dependant?

Shruthi Sam
Ranch Hand

Joined: Jul 09, 2008
Posts: 73
Hi,
My doubt is about the JVM, which is used to run a program. Is JVM platform dependant? are we using different JVM's for different OS? Please clarify.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8434

JVM is platform dependent.
JVM for Windows and say Windows for Linux will be different. The JVM acts as an interface/layer between your code and the OS.
That is why your code becomes platform independent.


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Shruthi Sam
Ranch Hand

Joined: Jul 09, 2008
Posts: 73
Thank you very much.

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JVM platform independent or platform dependant?
 
Similar Threads
Is JVM Platform Independent?
JVM - s/w or h/w ?
Subjective Questions?
Disadvantages of Java
swing