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


Please Help Members By Posting Answers For Below Questions

Why method overriding is used?

557


Can you sort a string in java?

503


Which keyword specify that a variable is effectively final ?

590


From the two, which would be easier to write: synchronization code for ten threads or two threads?

626


What are generic methods?

554






Which is better stringbuilder or stringbuffer?

537


What are the different http methods?

551


What is an i/o filter?

581


What's the access scope of protected access specifier?

552


How do you ensure that n threads can access n resources without deadlock?

831


Can a abstract class be declared final?

583


What defines function?

556


What is meant by singleton class?

613


What is gui programming?

536


What is thread life cycle in java?

594