why java is better then .net?

Answers were Sorted based on User's Feedback



why java is better then .net?..

Answer / praveen kumar

Java was developed by sun microsystem,where .net was
developed by microsoft.Java is platform independent where
as .net is platform dependent.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..when compare to java
and .net ,.net is easily understood when compare to java.

Is This Answer Correct ?    19 Yes 4 No

why java is better then .net?..

Answer / mohankrishnareddy.n

1.JAVA is a platform independent where as .net is a
partial plarform dependent.ie jvm generates the Byte code
which is runnable on any flatform.
2.JAVA provides high security compared to .net

Is This Answer Correct ?    3 Yes 0 No

why java is better then .net?..

Answer / pradeep g

As java is platform independence implements once run any
where,occupies less place on client machine

Is This Answer Correct ?    0 Yes 0 No

why java is better then .net?..

Answer / gopi

Java is opensource software where as .net is not a opensourse.
Java platform independent,.net platform dependent.

Is This Answer Correct ?    0 Yes 1 No

why java is better then .net?..

Answer / chandu

java is not purely platform independent
but .net is purely platform dependent
in the views of platform=os+cpu
and jvm generates different .class files

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More Core Java Interview Questions

What is an example of a conditional statement?

0 Answers  


What methods are used to get and set the text label displayed by a button object?

0 Answers  


Does variable declaration allocate memory?

0 Answers  


How to retrieve data from database in java using arraylist?

0 Answers  


write java code to print second max number in the array

12 Answers   Huawei, IBAB,






wht is customised exception?

1 Answers   Logica CMG, Novell, Prudential,


which one the better thread emplemented thread or extended ?

4 Answers   Fidelity,


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


What is the difference between an interface and an abstract class?

0 Answers   Cyient,


Can we declare main () method as non static?

0 Answers  


Which method cannot be overridden in java?

0 Answers  


What is the purpose of return statement?

0 Answers  


Categories