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
Can we have any code between try and catch blocks?
How to remove the trailing spaces from a string?
What is the use of arrays tostring () in java?
What is the difference between JDK and JVM?
Why is whitespace important?
What is method in java with example?
Outline the major features of java.
Is string a data type in java?
What is the difference between a static and a non-static inner class in java programming?
What is the final keyword?
Explain the use of shift operator in java. Can you give some examples?
Tell me about different OOPS concepts.
Define how does a try statement determine which catch clause should be used to handle an exception?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is the final field modifier?