What is the difference between java and .Net?
Answer Posted / rohit jain
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 ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is hashset ordered java?
What is the difference between the final method and abstract method?
Can a class be protected in java?
is it possible to instantiate the math class?
when you will synchronize a piece of your code? : Java thread
What is assembly used for?
What is the equal sign?
What is javac in java?
Where are register variables stored?
What is difference between == and === in js?
What is Garbage Collection in Java
What is java regex?
What are the different ways of implementing thread? Which one is more advantageous?
List some java keywords sun like c, c + + keywords?
How do you reverse sort in java?