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 is 16 bits called?
What is use of static method?
Which variables are stored in heap?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
Explain about anonymous inner classes in java?
Define how destructors are defined in java?
What are assembly attributes?
What are different types of encoding?
What is nullpointerexception in java?
What is yield () in java?
Explain exception chaining in java?
What is the difference between stored procedure & function?
What is a default method?
What is the difference between compile-time polymorphism and runtime polymorphism?
what is the difference between Object Based Language and Object Oriented Language?