the short answer is that it does.
assuming you have java installed and your path set, it's as easy as
javac javafilename.java
java javafilename
or if you have it as a jar file
java -jar jarfilename.jar
You need to have Java installed, then just run "java -jar minecraft.jar".
Yes. Linux is fully supported by Java.
Yes and no. Linux will not run Windows applications by itself, however, there are ample tools written for Linux that permit you to run Windows applications on Linux. The open-source WINE software will run a majority of Windows software on Linux. You can even configure Linux to automatically recognize Windows applications and use WINE to run them. Alternatively, there's a wide variety of virtual machine products that permit you to run the Windows operating system as an application under Linux, and, in turn, any Windows applications inside the Windows virtual environment. Finally, some "Windows applications" are written in .Net or Java and can be run directly under Linux using mono and java respectively (albeit, some .Net applications will not yet run under mono).
Yes. Most operating systems have some form of Java for them.
No.
PHP can run on any major operating system just like java as long as you have an interpreter. Try installing a LAMP (Linux, Apache, MySQL, PHP) server & you should be able to run php on your pc/server. There are some IDE's which would allow php development on linux os
install HBC and linux to your wii use wired networks to download java
Yes. JSP is a java based technology and hence it is platform independent. So, you can run it in any environment. The same JSP that can run in a windows box can always run in a Linux box.
No. Java (a programming language), is not a prerequisite for learning how to use any mainstream operating system (such as Windows, Mac OS, or Linux).
For PC running Windows or Linux go to java.com. Macs already have java built-in
It depends on the Linux you are running. There are thousands of Linux distros. It is possible that your distro wasn't intended to run DVD-ROM. But most Linux will run them.
a Java application is a program written with the very popular porgramming language (Java). the Java programs can run on any operating system (windows,linux,mac...etc) and also it can be run on mobile devices too. in order to the java application to run,it needs to have JRE(Java Runtime Enviroment)installed on the device that it will run on.