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
How to you can limit Access to Web API to Specific HTTP Verb?
How to Separate background image and front image from original picture....
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What are the advantages of using session?
What is master page in dtp?
What is loop in asp.net?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain diff. Between friend and protected friend?
How do I send an email message from my ASP.NET page?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How does cookies work in asp net?
What is http post and http get?
Define xmlreader class.
What is the use of worker process in asp.net?
What’s the use of “GLOBAL.ASAX” file?