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
How do you represent a space in regex java?
How to perform binary search in java?
do I need to use synchronized on setvalue(int)? : Java thread
How does hashmap work in java ?
How do you use compareto in java?
What is the meaning of 3 dots in java?
Is java util list serializable?
How will you print number in reverse (descending) order in BST.
Is minecraft java edition free?
What is difference between protected and private?
What is mnemonic code?
What is keyword auto for?
How to find the largest value from the given array.
How to change the priority of thread or how to set the priority of thread?
Do you need to import math in java?