What is the difference between java and .Net?
Answer Posted / aman
1->java is devloped by sun micro system while .net is
devlopped by microsoft corporation.
2-> java is a language which is more plateform independent
while .net is a technology which support multiple languages
and less plateform independent.
3-> in java source code is converted into bytecode by jvm
(java virtual machine) while in .net source code is
converted into msil(microsoft intermediate language) code.
4->java doesn't use pointer where .net use pointer.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
extending thread class or implementing runnable interface. Which is better? : Java thread
What are different access specifiers in java? Explain
How many types of methods are there in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
In the below example, how many string objects are created?
Does chrome use java?
Is object a data type in java?
What is a flag and how does it work?
How do you sort data in java?
Can we declare a constructor as final?
What are the different ways of creating thread?
What is the difference between heap memory and stack memory?
What are the 6 boolean operators?
What is difference between core java and java ee?
How does compareto method work?