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
Tell us something about set interface.
What exceptions occur during serialization?
What are byte codes?
Which browsers work with java?
Can we inherit inner class?
What about anonymous inner classes in java?
Is minecraft java edition free?
How we can declare a static variable?
What is the purpose of the enableevents() method?
In java, how we can disallow serialization of variables?
What is the collections api?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Can a constructor be private and how are this() and super() method used with constructor?
Describe string intern() methodology
What is linkedlist in java?