What is the difference between java and .Net?
Answer Posted / alicesmith009
I have discussed few points to clarify the discussion between them.
.Net is from Microsoft and Java is from Sun MicroSystems.
.Net is primarily for Windows. Java is more platform independent, it runs on several operating systems including Windows, Mac and Linux.
.Net is a runtime framework that supports multiple languages, Visual Basic and C# among them. Java is a language plus a run-time.
.Net has a more integrated development environment. Java is based on third-party tool and server providers.
Read more here: http://www.keenesystems.com/Expertise/ASPNetWebApplications.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class and object in java?
What is meant by data hiding/encapsulation?
Can we override the static methods?
What are the benefits of operations in java?
How do you declare an array that will hold more than 64KB of data?
Is char a data type in java?
Difference difference paint() and paintcomponent()?
What are java packages? What's the significance of packages?
Can we create object of inner class in java?
can rmi and corba based applications interact ?
What is the range of a character variable?
What is annotation in java?
Why object class is super class for every class in java?
What is difference between static and final?
How many types of design patterns are there?