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
How many wrapper classes are there in java?
Can we have any code between try and finally blocks?
Is java a virus?
Explain about varargs in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
When should I use stringbuffer?
What is finalize()? Is finalize() similar to a destructor?
What is update method called?
What is navigable map in java?
Can we access the non-final local variable, inside the local inner class?
What are access specifiers available in java?
What is substring in java?
What is parsing in java?
What is int lol?
What classes of exceptions may be caught by a catch clause in java programming?