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
posted
0
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
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.