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 / gopal reddy v

.Net is a framework for which you compile a program, e.g. you could write a C++ or C# program and compile it to a .Net executable. As long as your Windows or Linux machine has a .Net runtime you can execute your compiled program. In this sense, .Net is both language and platform independent. Java is in many ways similar to .Net except that there is a single programming language (Java). .Net seems to have a much brighter development future than Java both for desktop and Web development via ASP.Net and Silverlight.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / amruth rao patil

java is renouvedas "write once run anywhere"while .NET is "write once and debug every where"

Is This Answer Correct ?    0 Yes 0 No

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

Answer / sathish chandra

.NET is better than JAVA when we comes to Fast Development process !!

Is This Answer Correct ?    0 Yes 0 No

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

Answer / alicesmith009

I have discussed few points to clarify the discussion between them.

.Net is from Microsoft and Java is from Sun MicroSystems.
.Net is primarily for Windows. Java is more platform independent, it runs on several operating systems including Windows, Mac and Linux.
.Net is a runtime framework that supports multiple languages, Visual Basic and C# among them. Java is a language plus a run-time.
.Net has a more integrated development environment. Java is based on third-party tool and server providers.

Read more here: http://www.keenesystems.com/Expertise/ASPNetWebApplications.aspx

Is This Answer Correct ?    0 Yes 0 No

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

Answer / reddy

what we simlpy say is .net is a framework, which consist of
languages(c++,c#,vb.net,j# etc) as well as technologies
(asp.net etc) with platform independent.where as java is
progamming language with technology it self. java is also
platform independent.

Is This Answer Correct ?    0 Yes 3 No

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

Answer / kirankumar yb

1)java is a single language by multiple platforme but .net
is framework for differ language but shared by single platform.
2).net is a language independent &java is language dependent.
3)where .net is framework we can use different type of
language.where as java is a programing language.
4)java is support to opensource platform while ,.net as no
direct support for opensource platform.
5)java is not language independent .net is language dependent.

Is This Answer Correct ?    9 Yes 13 No

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

Answer / kondal

as compared to java .net easily understood. java is support
to multiple operating systems but .net runs only on windows.

Is This Answer Correct ?    0 Yes 4 No

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

Answer / srikanth

java is not a language independent but .net is a language
independent

Is This Answer Correct ?    27 Yes 58 No

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

Answer / satish kumar b

the only main difference between java n .net is where .net
is language independencies and java language dependency

Is This Answer Correct ?    38 Yes 123 No

Post New Answer

More Core Java Interview Questions

write a code, we have two thread, one is printing even no and other print the odd no.

1 Answers   Global Logic,


What is hash method?

1 Answers  


Is string a keyword in java?

1 Answers  


What is a stream? what are the different types and classes of Streams?

2 Answers  


How do you override a method?

0 Answers  






How we can declare a static variable?

0 Answers   HCL,


What is the difference between throw and throws in java?

0 Answers  


How can constructor chaining be done by using the super keyword?

0 Answers  


Why java uses the concept of the string literal?

0 Answers  


How do you declare a destructor in java?

0 Answers  


what is data binding? give the example

1 Answers   TCS,


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


Categories