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
What is the purpose of using java.lang.class class?
Is alive method in java?
how to write a program for sending mails between client and server
How to perform merge sort in java?
Which package is always imported by default?
Can we convert integer to string in java?
What is class variable java?
What is hash in java?
How is hashset defined in java?
What is a method in java?
What are the major drawbacks of external iteration?
What is the mapping mechanism used by java to identify IDL language?
Describe the various concepts related to object oriented programming (oop).
Can we define constructor in inner class?
How can we find the actual size of an object on the heap?