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 are the steps to follow to host a web application on a web server?
What is asp.net ajax?
What is the use of express session?
What are the events that happen when a client requests an asp.net page from iis server?
Differentiate between structure and class.
What are Master Pages in ASP.NET?
Differentiate between a hyperlink control and a linkbutton control.
What is the namespace to create thread in .net?
What are the properties of the eventargs argument when capturing keyboard events?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is AutoEventWireup attribute for ?
What are Session states available and its Uses?
How many types of validators are there in asp net?
What is the use of placeholder control? Can we see it at runtime?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.