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 is the usie of activex control in .net?
Explain transparent caching with aop?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Which is faster viewbag or viewdata?
What is the difference between union and structure?
What is the parent class of all the web server control?
What's the use of formatters in .net?
What is viewstate in asp net with example?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is application state?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain Session state management options in ASP.NET.