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
What is temp in java?
What methods are used in Servlet?Applet communication?
How to access arraylist elements in java?
Can we pass a primitive type by reference in java? How
How do you sort a string in alphabetical order in java?
What is the use of private static?
What is difference between printf and scanf?
Does a function need a return?
What is the advantage of OOP in java?
Is integer immutable in java?
Which class represents the socket that both the client and server use to communicate with each other?
Can a constructor call the constructor of parent class?
Can a vector contain heterogenous objects?
What are the two types of streams offered by java 8?
when you will synchronize a piece of your code? : Java thread