What is the difference between java and .Net?
Answer Posted / sivasubramanian.k
Java is both a programming language as well as a well
developed technology.It was found by Sun MicroSystems..
.Net is a framework found by Microsoft which supports
multiple languages like VC#,VC++,VisualBasic,Web related
applications such as ASP etc..In java source code is
converted to ByteCode by JVM while in .NET code id
converted to MSIL(Microsoft Intermediate Language Code)by
the CLR supported by .NET..
| Is This Answer Correct ? | 398 Yes | 36 No |
Post New Answer View All Answers
Difference between default and protected access specifiers?
Define jit compiler?
Can you explain the meaning of aggregation and composition
What is collection sort in java?
What is quick sort in java?
What is the difference between replace and replace all?
What are the restrictions imposed by a Security Manager on Applets?.
What is static and final keyword in java?
What is the difference between static class and normal class?
Can we sort hashmap in java?
What are the advantages of functions?
Is java platform independent?
What is wrapper class html?
Can we call the constructor of a class more than once for an object?
What invokes a thread's run() method in java programming?