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


Please Help Members By Posting Answers For Below Questions

What is the concatenation operator in java?

848


What is jar?

886


Can we have two main methods in a java class?

795


Can a singleton class be inherited?

746


What is anonymous inner class?

845


What is the difference between ArrayList and Vector? which one is better in Java

857


What are locale settings?

770


What do you mean by constructor?

756


How is java created?

744


Difference between ‘>>’ and ‘>>>’ operators in java?

911


What does i ++ mean in Java?

742


Is java an ide?

753


Difference between comparator and comparable in java?

885


What is void keyword?

885


Explain when we should make an instance variable private.

834