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
Explain thread life cycle in java?
Explain features of interfaces in java?
How does queue work in java?
What is jdbc api?
What is a stack class in java ?
What about main() method in java ?
How can we find the actual size of an object on the heap?
If two threads have same priority which thread will be executed first ?
What are 3 boolean operators?
Is main an identifier?
Which data type is class in java?
What are controls and their different types in awt?
What is the purpose of static keyword in java?
Difference between object and reference?
What is incompatible types in java?