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
Can an arraylist be empty?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can a list be null in java?
What modifiers may be used with a top-level class?
What are the string methods in java?
What is the main functionality of the remote reference layer?
Implementations of set interface?
What is size of int in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we have multiple classes in single file ?
What is the difference between class forname and new?
What are the benefits of operations in java?
How does arraylist work in java?
What is the escape character in java?
What is the difference between static binding and dynamic binding?