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
Can you change array size in java?
What are class members by default?
What is increment in java?
What are the two ways of implementing multi-threading in java?
What is method in java ?
Can you instantiate the math class?
what is singleton class in java?
Mention the default values of all the elements of an array defined as an instance variable.
what is thread? What are the high-level thread states? : Java thread
How do you sort words in java?
What is method reference?
What class allows you to read objects directly from a stream in java programming?
What is the use of static methods?
What is the list interface in java programming?
Is array passed by reference in java?