answersLogoWhite

0

Unix is an operating system, Java is a language.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Main difference between Array List and Vector in Java?

List is not sync'd as a vector is.


What is the main difference between java and dotnet?

java is from sun and .net is from microsoft, java is a language + runtime and .net is run frame that supports multiple language.


What are the main differences between Java and C plus plus?

the difference is that c plus is better because you get big grades


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


What are difference between unix and windows?

Windows in an operating system developed by Microsoft, which owns the patents upon which Widows is based. Widows is the grand-product of DOS, developed by Mr. Gates. Unix is an operating system developed by AT&T and many other companies. Some parts are typewritten or patented, but the main kinds of Unix are open source.


What is the difference between polyethylene and polyester?

what is the main difference between polyethylene and polyesters what is the main difference between polyethylene and polyesters


What is the main difference between the two products?

The main difference between the two products is their ingredients.


Why main is used in java?

In java need main() method. without main() in java we won't run the java programe main() signals the entry point to the program - it tells the Java Virtual Machine which is the first program that should be executed.


What is the main difference between animation and simulation?

There is no difference.


What is the main difference between compaction and consolidation?

difference between campaction and consolition


What's the difference between JVM and JDK?

There are two main things you can download for Java: the Java Runtime Environment (JRE) and the Java Development Kit (JDK). The JRE is used by those who wish only to run Java programs. In order to do this it uses the Java Virtual Machine (JVM) to run Java bytecode. The JDK is used by developers and contains both the JRE and the programs and libraries needed to compile and run Java programs. Simple summary: The JDK contains the JRE which contains the JVM.


Who invoke main function in java?

The Java Runtime Environment invokes main methods.