answersLogoWhite

0

What is the main difference between java and dotnet?

Updated: 8/18/2019
User Avatar

Wiki User

11y ago

Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the main difference between java and dotnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the main difference between UNIX and JAVA?

Unix is an operating system, Java is a language.


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


Main difference between Array List and Vector in Java?

List is not sync'd as a vector is.


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 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


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 egalitarian and ranked societies?

In egalitarian societies, there is a more equal distribution of power, resources, and status among members, without significant hierarchies. On the other hand, ranked societies have clear hierarchies and social classes, with some individuals or groups holding more power, wealth, and prestige than others.


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.


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


Who invoke main function in java?

The Java Runtime Environment invokes main methods.