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
Name the namespace which is used by ado.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the use of session?
What is asp net application object?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How can we create Tree control in asp.net?
What is the difference between session and viewstate in asp.net?
Can you set the session out time manually?
What is session in asp.net?
how to include timer or counting time to display next page in asp.net
What is state management technique?
What is a proxy in web service?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is asp.net mvc5? : Asp.Net MVC
How can we create custom controls in asp net?