What is the difference between java and .Net?
Answer Posted / nagalaxmi thumma
Java is both a programming language as well as a well
developed technology.It was developed by Sun MicroSystems.
.Net is not a language it is a framework developed by
Microsoft which supports
multiple languages like VC#,VC++,VisualBasic...it supports
more than 61 progrmming languages,Web related
applications such as ASP etc...In java source code is
converted to ByteCode by JVM while in .NET code is
converted to MSIL(Microsoft Intermediate Language Code)by
the CLR .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Where is java located?
Does the order of public and static declaration matter in main method?
Do I need to import java.lang package any time? Why?
What is an class?
What is printwriter in java?
What is a file pointer?
What does int argc char * argv [] mean?
How do you do a line break in java?
What is difference between hashset and hashmap in java?
do I need to use synchronized on setvalue(int)? : Java thread
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Give a brief description of java socket programming?
Difference between ‘>>’ and ‘>>>’ operators in java?
Are constructors methods?
What do you understand by garbage collection in Java? Can it be forced to run?