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
What is the implementation of destroy method in java. Is it native or java code?
How to change the priority of thread or how to set priority of thread?
What’s the difference between constructors and other methods?
List out benefits of object oriented programming language?
How do you use equal in java?
How do you bind variables?
Can we have any other return type than void for main method?
What is anti pattern in java?
What is the main use of java?
Can we increase array size dynamically in java?
What is java virtual machine? Explain
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is memory leak and how does java handle it?
Can an abstract class be a final class?
What is the meaning of immutable regarding string?