Rahul Chandran wrote:In which language is the JVM coded.?
Sun's (now Oracle's) JVM is written in C (or maybe C++) and Java. But Oracle's JVM is not the only one - other companies, for example IBM and HP, have their own JVM implementations (optimized for their servers). The code for those implementations is not open source, so nobody outside those companies really knows in what language they are written, but it's probably C or C++, since those languages are used almost everywhere for system software.
Rahul Chandran wrote:Is Java really a platform Independent Language..?
It was designed to not be dependent on platform-specific features, but you can write platform-specific Java programs (i.e., Java programs that will only work on for example Windows).
Rahul Chandran wrote:Does it work on Disk Operating System(DOS).?
How to install JVM in Disk Operating System(DOS).?
Oracle's standard JVM will not work on
MS-DOS. Do you really have a computer that runs only on MS-DOS?
I found this, but this is just a kind of fun project and this is not what you want to use if you're serious about learning Java: "
leDos is a tiny Java virtual machine and a set of development tools intended to allow you to develop and run Java applications on a MS-DOS system with 8088 and at least 128 KB of RAM".
You can find a list of what operating systems are supported by the standard version of Java here:
Java SE 6 - Supported System Configurations.