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 considered an anti pattern?
What is variable and example?
What is difference between pointer and reference?
Can an arraylist be empty?
Can an interface have a constructor?
Is static a keyword in java?
How to make a class or a bean serializable?
What are keywords give examples?
Explain importance of throws keyword in java?
What is abstract class constructor called?
Can I learn java in 3 months?
What is called module?
What is the method to expand and collapse nodes in a jtree?
How do you insert a line break?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?