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 anagram number?
What is difference between null and void?
How variables are stored in memory?
Can a static class have a constructor?
What is classes in java?
What is a method header?
Can a class be final?
What is a blocking method in Java?
What is java abstraction with example?
What is bufferedwriter?
Where is jre installed?
Why is it called buffering?
Can arraylist contain null values?
What is singleton class example?
What is an array in java?