File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes JVM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "JVM" Watch "JVM" New topic
Author

JVM

Shilpa Jain
Greenhorn

Joined: Aug 17, 2000
Posts: 16
Is the JVM different for different operating systems like is JVM for Windows NT different from the JVM for Novell.
Aqeel Ahmad
Greenhorn

Joined: Sep 23, 2000
Posts: 11
Java is platform independent this means your Java program runs just as well on a PC running Windows 95/98/NT/2000 as it will on Sun Solaris or Linux. This is possible because a java program does not execute directly on your computer. It runs on a standardized hypothetical machine called JVM, which itself runs on that particular operating system. so JVM has to be different for different platform.
Hope it will help


Aqeel
 
 
subject: JVM
 
Threads others viewed
Inter Thread communication
Class cast exception when grabbing remote EJB 3 interface
Access JNDI
Problem with running java via .bat file
LinkedBlockingQueue vs ArrayBlockingQueue
MyEclipse, The Clear Choice