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
What is the concatenation operator in java?
What is jar?
Can we have two main methods in a java class?
Can a singleton class be inherited?
What is anonymous inner class?
What is the difference between ArrayList and Vector? which one is better in Java
What are locale settings?
What do you mean by constructor?
How is java created?
Difference between ‘>>’ and ‘>>>’ operators in java?
What does i ++ mean in Java?
Is java an ide?
Difference between comparator and comparable in java?
What is void keyword?
Explain when we should make an instance variable private.