Differences between .Net and Java include
Functionality wise, there is not a lot of difference between the two, at least not when used to develop web applications.
For desktop applications, .Net naturally has an edge in Windows integration.
note: Oracle bought Sun Microsystems (Sun).
java is from sun and .net is from microsoft, java is a language + runtime and .net is run frame that supports multiple language.
IDE is just the development environment while the Framework is the backbone of compiling the code.IDE's :Visual StudioJbuilderjdevelopereclipsenetbeansand so onBut Framework for .Net programmers is different than what Java programmers understandFramework for java programmers is:Spring FrameworkStruts FrameworkShine Enterprise Java PatternFramework for .net programmers is:.net Framework 1.1.net Framework 2.net Framework 3.net Framework 3.5.net Framework 4
Java is cross-platform while .NET is for Windows platforms only.
I took a Introduction to Java course last year. I had the same question when I started the class http://www.DevelopIntelligence.com/catalogue/java-training.php. But I learned that Java and .NET are both platforms that run applications. Both platforms use something known as a virtual machine. In the Java platform, the primary programming language use to write applications is called Java. In the .NET platform, the programming language choices include VB.NET, C++.NET, C#.NET. In other words, there is no "difference between the Java langage and the .net language" as there is no "net language". The Java language is most similar to the C# language in .NET. There are some technical differences, but in general they are about the same.
java is the best platform compared to dot net
Java is always the best. Java is great for Enterprise while desktop is the place for .Net
Microsoft has developed the software .net for the purpose of creating the (Active Server Pages) . There are three languages that can be used in the .net packages. 1. C# (Specially designed for .net) 2. VB. 3. J# (J Sharp) So Java is a language and the .net is a package.
The short answer is: there is no such thing. Explanation: .NET and Java and two completely different frameworks, although there are some similarities between them - use of virtual machines, JIT compilation, etc. Also, C# has some similarities in syntax with Java. But on the whole both languages and the underlying framework are completely different. For example, C# supports pointer arithmetic, unsigned integers, while Java don't. On the other hand, .NET is something that was meant to be run on Windows exclusively, while the goals of Java platform is to provide you with an arsenal that you can use on any operating system without any change in your code. So due to these differences it is very problematic and unnecessary to port any serious code from .NET to Java and vice versa.
Java is cross-platform while .NET is for Windows platforms only.
Java
They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.
java is plateform independent language that runs on different opertaing system but .net is plateform enviorment that makes to different language indepedent to run here because all language code compile second time in CLR and make native cade