What is the difference between java and .Net?

Answer Posted / vicky shinde

>Java is from Sun, .Net is from Microsoft
>Java is a language plus a runtime, .Net is a runtime
framework that supports multiple languages, Visual Basic and
C# (the .Net language most similar to Java) among them.
C# is very similar to Java but a few years younger, and a
bit nicer in some respects - it has a slightly simpler
syntax for some common constructs.
>Java is more platform independent, it runs on several
operating systems including Windows, Mac and Linux. .Net is
primarily for Windows. Although the open source project Mono
is developing a multi-platform runtime for .Net, so this is
less of an issue than it used to be.
>.Net has a more integrated development environment, as the
IDE, runtime and server all come from Microsoft as a
standard package, while Java is based on third-party tool
and server providers. It used to be the case that the .Net
development environment was clearly superior, but the
difference is smaller these days.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is method reference?

738


What is the final keyword in java?

1040


What is the best definition for data?

740


What is the difference between an interface and an abstract class?

777


Can we extend a class with private constructor?

736


What are the advantages of compiled language?

832


How do you remove all elements from an arraylist in java?

741


Define a java class.

1102


Which methods cannot be overridden in java?

766


Is java hashset ordered?

836


Why do we need singleton class?

758


What is unicode full form?

760


How do you add an arraylist to an array in java?

741


Can singleton class be cloned?

827


What is final class?

798