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 a 16 bit word?
Differentiate between vector and array list.
In java, what is the difference between method overloading and method overriding?
When should a function throw an exception?
Write a java program to generate fibonacci series ?
What is run time allocation?
What is the difference between public, private, protected, and friend access?
What is methodological framework?
What is Classloader in Java?
Why do we use variables?
What is the difference between static and non-static variables in java programming?
Is string a class in java?
what is the volatile modifier for? : Java thread
What is an object in java and how is it created?
What is a parent class in java?