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

How do you create a method in java?

556


What methods are used in Servlet?Applet communication?

1692


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

552


Can we clone singleton class in java?

538


can used Protected Class outside Function.?

626






What is a generic type?

574


What is a parent class in java?

562


'A class is a template for an object' explain this statement.

562


How do you read a char in java?

477


What is the use of toarray () in java?

556


Can a abstract class be declared final?

584


What do you understand by classes in java?

580


Can we force the garbage collection to run?

546


What is void in java?

609


What is string array?

600