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 int short for?
What is a method signature java?
Can extern variables be initialized?
What do heavy weight components mean in java programming?
What is the difference between notify and notifyall method?
Is there any limitation of using inheritance?
How many bytes is a string in java?
Can singleton class be inherited in java?
Explain the difference between intermediate and terminal operations in java8?
What is instance means in java?
Can you call a method in a method?
Can I use % with real numbers?
How do listeners work?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Describe method overriding