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
What is the private method modifier?
What is the meaning of I ++ in java?
What are the advantages of arraylist over arrays?
How do you create a method in java?
Can a final variable be manipulated in java?
What are different types of constants?
What happens if we don’t define serial version uid?
How do you check if an arraylist is not empty?
Is age a discrete variable?
How would you format a date in java? I.e. In the ddmmyyy format?
Which collection does not allow duplicates in java?
What is the difference between array and array list in java?
How does singleton class work?
What do you understand by the term singleton?
What is the difference between stream and buffer?