What is the difference between java and .Net?

Answers were Sorted based on User's Feedback



What is the difference between java and .Net?..

Answer / sivasubramanian.k

Java is both a programming language as well as a well
developed technology.It was found by Sun MicroSystems..
.Net is a framework found by Microsoft which supports
multiple languages like VC#,VC++,VisualBasic,Web related
applications such as ASP etc..In java source code is
converted to ByteCode by JVM while in .NET code id
converted to MSIL(Microsoft Intermediate Language Code)by
the CLR supported by .NET..

Is This Answer Correct ?    398 Yes 36 No

What is the difference between java and .Net?..

Answer / naresh

Java is a single language shared by multiple platforms
nut .net is a framework for different languages but shared
by single platform

Is This Answer Correct ?    166 Yes 27 No

What is the difference between java and .Net?..

Answer / sujana

Java is platform independent, only thing we need is jvm on
the platform which comes in all operating systems by
default,.net is also platform independent as it needs
only .net framework,but since m$ owns the copyright to
the .net framework api's,it becomes platform dependent.

Java uses a common language while in .net we can use many
languages and it generates a platform specific code

Is This Answer Correct ?    152 Yes 66 No

What is the difference between java and .Net?..

Answer / b.chandana

Simply we can say that .net is framework where we can use
diff types of languages,where as java is a programming
language

Is This Answer Correct ?    104 Yes 20 No

What is the difference between java and .Net?..

Answer / hiren

java has support to open source platform whilw .net has no
direct support for open source platform

Is This Answer Correct ?    69 Yes 13 No

What is the difference between java and .Net?..

Answer / krishna

java has support to open source platform while .net has no
direct support for open source platform

Is This Answer Correct ?    58 Yes 13 No

What is the difference between java and .Net?..

Answer / neeraja lakshmi

In .NET due to disconnected data access through ADO.NET,
has a high level performance against JDBC which requires
multiple roundtrips to the data base
And Now a days MS people are saying that .NET can support
more than 40 languages.Its Majaor advantage is the Visual
studio.Net which is highly efficient than anyother IDE..

Is This Answer Correct ?    74 Yes 30 No

What is the difference between java and .Net?..

Answer / tarakesh

Dot Net Framework a rich set of Classes(or API) and
interfaces where as java has poor framework. One of the
best feature of Ado.Net is its disconnected architecture
where there is no need to have connection establishment
with the DB always.

Is This Answer Correct ?    49 Yes 18 No

What is the difference between java and .Net?..

Answer / ritu gupta

java is a single language on multiple plateform but .net
can have diff languages on a sngle platform.

Is This Answer Correct ?    28 Yes 8 No

What is the difference between java and .Net?..

Answer / dipak kanani

java is not provied mutilanguage but .net provied multi-
language

Is This Answer Correct ?    25 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is the difference between post and put?

0 Answers  


String Reverse in Java...!

5 Answers  


What is a vararg?

0 Answers  


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


Can a variable be local and static at the same time?

0 Answers  






How does compareto work in java?

0 Answers  


What is the benefit of using enum to declare a constant?

0 Answers   Aspire, Infogain,


What is included in core java?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


I want to know the host name and provider name for tcs web mail

5 Answers   RSG, TCS,


What is Runtime class and its purpose?

2 Answers  


What is try-with-resources in java?

0 Answers  


Categories