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 rmi and steps involved in developing an rmi object?
Can we define constructor in inner class?
what are the high-level thread states? : Java thread
Why inputstreamreader is used in java?
Java is pass by value or pass by reference? Explain
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Define max and min heap, also the search time of heap.
What is the method to declare member of a class static?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is anonymous inner class?
Does treeset allow null in java?
How will you serialize a singleton class without violating singleton pattern?
How do you add an arraylist to an array in java?
What is this keyword in java?
What is the function of java?