what is difference between java and .net
Answer Posted / vikram kumar sinha
-> Java is from Sun, .Net is from Microsoft
->Java is a language plus a run time, .Net is a run time
framework that supports multiple languages, Visual Basic and
C# 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 run time for .Net, so this is
less of an issue than it used to be.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What events will occur when a page is loaded?
Explain how can we inherit a static variable?
How do u declare static variable and how it is declared and what is its lifetime?
What is difference in .net 1.1 and .net 2.0?
What is css in asp.net?
Define static constructor?
What do you understand from custom control?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is the difference between session and application?
What is the usie of activex control in .net?
What is an il?
What is new asp.net core?
What are server objects?
Is asp.net web forms dead?
What is content page in asp net?