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
What causes memory leaks in java?
what is a green thread? : Java thread
Explain JMS in detail.
What is args length in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Is binary a low level language?
What is the difference between numeric and integer?
What is bool mean?
How would you use Bubble Sort to sort the number of elements?
Does variable declaration allocate memory?
What are the data types supported by java? What is autoboxing and unboxing?
What do you mean by hashing?
How is it possible for two string objects with identical values not to be equal under the == operator?
What java ide should I use?
Explain about exception propagation?