- Back to Home »
- .NET »
- .NET VS JAVA
Posted by :
Sudhir Chekuri
Wednesday, 30 December 2015
Similarities of .NET and JAVA
1. Both supports object oriented programming.
2. Both are platform independent.
3. We can develop console, windows and web applications using them.
4. They support remoting and multi threading concepts.
5. They support web technologies like HTML, Javascript, CSS, XML etc.
6. Both will use their own intermediate language. .NET will use MSIL code and JAVA will use byte code.
7. Both contains garbage collector which automatically clears unused memory.
Differences between .NET and JAVA
1. .NET is licenced product whereas JAVA is a free source.
2. .NET is language independent but JAVA doesn’t support multiple languages.
3. .NET has its IDE Visual studio whereas JAVA used third party IDEs like eclipse and net beans.
4. Designing and development using .NET is easy and faster because of visual studio but it takes more time and more effort to develop applications in JAVA.
1. Both supports object oriented programming.
2. Both are platform independent.
3. We can develop console, windows and web applications using them.
4. They support remoting and multi threading concepts.
5. They support web technologies like HTML, Javascript, CSS, XML etc.
6. Both will use their own intermediate language. .NET will use MSIL code and JAVA will use byte code.
7. Both contains garbage collector which automatically clears unused memory.
Differences between .NET and JAVA
1. .NET is licenced product whereas JAVA is a free source.
2. .NET is language independent but JAVA doesn’t support multiple languages.
3. .NET has its IDE Visual studio whereas JAVA used third party IDEs like eclipse and net beans.
4. Designing and development using .NET is easy and faster because of visual studio but it takes more time and more effort to develop applications in JAVA.