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
how do I create a runnable with inheritance? : Java thread
describe method overloading
What is a method in coding?
What is return keyword in java?
What is complexity in java?
Why is stringbuffer called mutable?
What do you understand by soft reference?
What are the differences between Java 1.0 and Java 2.0?
What is function and method in java?
What does || || mean in math?
Why does java not support pointers?
What is the new line character?
What is difference between pointer and reference?
How do you test a method for an exception using junit?
Explain the difference between transient and volatile in java?