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 / rehan

We can write and execute c language in .net environment
where as java environment is only for java code.we can't run
other than java code on java platform

Is This Answer Correct ?    12 Yes 0 No

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

Answer / musaid ali

.Net is frame work by Microsft which support many languages
such as VB,VC++,C#,ASP(web application) and the main point
is that .Net have its own compiler relative to each language
and we can create a New language in .NET,while java is a
programing language have its own methods.

Is This Answer Correct ?    10 Yes 0 No

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

Answer / sang

.net is language independent and java is platform
independent.

.net is a framework and java is a programming language.

Is This Answer Correct ?    7 Yes 0 No

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

Answer / rohit jain

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 ?    6 Yes 1 No

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

Answer / ravi kiran

java is an platform independent where as .net is primarily
for windows

Is This Answer Correct ?    6 Yes 1 No

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

Answer / anusha kommi

in that my way of thinking java having single progam and
multiple platforms...
.net having multiple progams and single platform

Is This Answer Correct ?    5 Yes 0 No

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

Answer / rajneesh sharma

java can be make program many diff operating system but in
.net can be used make program for any programming language
VB,VC++,C#,ASP into windows OS.

Is This Answer Correct ?    6 Yes 2 No

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

Answer / rohit jain

* Java is from Sun, .Net is from Microsoft
* Java is a language plus a runtime, .Net is a runtime
framework that supports multiple languages, Visual Basic and
C# (the .Net language most similar to Java) among them.
* C# is very similar to Java but a few years younger,
and a bit nicer in some respects - it has a slightly simpler
syntax for some common constructs.
* Java is more platform independent, it runs on several
operating systems including Windows, Mac and Linux. .Net is
primarily for Windows. Although the open source project Mono
is developing a multi-platform runtime for .Net, so this is
less of an issue than it used to be.
* .Net has a more integrated development environment, as
the IDE, runtime and server all come from Microsoft as a
standard package, while Java is based on third-party tool
and server providers. It used to be the case that the .Net
development environment was clearly superior, but the
difference is smaller these days.
* It can be argued that Java gives more flexibility, as
there are more server- and IDE-providers to choose from, at
the cost of some extra overhead for the developer to get the
different pieces to work together.

Is This Answer Correct ?    7 Yes 3 No

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

Answer / 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

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

Answer / rajneesh sharma

java is provide high level security but .net is not provide
that level security

Is This Answer Correct ?    9 Yes 6 No

Post New Answer

More Core Java Interview Questions

Name container classes in java programming?

0 Answers  


What are the advantages of autoboxing?

0 Answers  


Explain what is Marker interface?

0 Answers   BirlaSoft,


What are 3 boolean operators?

0 Answers  


What are access modifiers?

1 Answers   Infosys,






Can we have multiple public classes in a java source file?

0 Answers  


Is int a class in java?

0 Answers  


how to execute main()

4 Answers   Symphony, TCS,


byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


What is the use of static import ?

4 Answers   Rolta,


Is age a discrete variable?

0 Answers  


Difference between string, stringbuffer and stringbuilder?

0 Answers  


Categories