What are the differences between java language and net language?
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.