What is the difference between java and .Net?

Answer Posted / sujana

Java is platform independent, only thing we need is jvm on
the platform which comes in all operating systems by
default,.net is also platform independent as it needs
only .net framework,but since m$ owns the copyright to
the .net framework api's,it becomes platform dependent.

Java uses a common language while in .net we can use many
languages and it generates a platform specific code

Is This Answer Correct ?    152 Yes 66 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

538


What is difference between array and arraylist in java?

466


Explain method overloading?

574


why java uses class level type casting ?

2255


Can we have any other return type than void for main method?

542






Can final class have constructor?

503


What is java developer skills?

519


What is a nullable field?

581


Is int a class in java?

531


Can a function return a function?

555


What is the difference between heap and stack memory?

550


Can an interface be defined inside a class?

522


why an outer class cannot be declared as private?

3620


What is queue in java?

558


What is the difference between choice and list?

594