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
Difference between java and javascript
What does sprintf mean?
Which one of the following suits the description of a string better: derived or primitive?
What is the SimpleTimeZone class?
What is the current version of java?
Can you call one constructor from another if a class has multiple constructors?
Does unicode support all languages?
Should a main method be compulsorily declared in all java classes?
Difference between a class and an object?
Explain different types of thread priorities ?
What is command line argument in java?
Can a class be declared as protected?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is singleton pattern?
What is double word?