Click to See Complete Forum and Search --> : Java- OS independent & multi-threaded


vaishnavi
02-19-2009, 10:54 AM
Hi,

Java is said to be OS independent and also multi threaded. I have a question on this. If I try to run a multi-threaded Java program on MS-DOS will it work?

Till what I found, it does not work. Then why is Java said to be a OS independent language?

FourCourtJester
02-19-2009, 11:01 AM
You still need to have Sun Microsystems Virtual Java Machine installed.

All operating systems that are supported are listed at http://www.java.com/en/download/manual.jsp .

To run java through dos, you would need an emulator for the java environment to be installed to utilize the java virtual machine.