What is the difference between java and .Net?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / sathish chandra
.NET is better than JAVA when we comes to Fast Development process !!
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
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 |
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 |
Answer / srikanth
java is not a language independent but .net is a language
independent
| Is This Answer Correct ? | 27 Yes | 58 No |
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 |
How does split work in java?
what is difference between type 4 driver and type 1 driver?
2 Answers CMC, CTS, IBM, JK Technosoft, Napier Healthcare,
what r advatages of websphere? & how to deploy?
How do you use, call, and access a static method in Java?
What are the Static and Dynamic Variables? Differentiate them.
What is java regex?
What is the difference between the >> and >>> operators?
What is a default constructor and also define copy contrucyor?
Can we define private and protected modifiers for variables in interfaces?
What is busy spin, and why should you use it?
What is the difference between comparison done by equals method and == operator?
What do you understand by synchronization?