why java is better then .net?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
waht happens when a return type ,even void is specified for a constructor?
What is meant by final class, methods and variables?
What will be the output of round(3.7) and ceil(3.7)?
what is the use of abstract class?
3 Answers Amdocs, Atos Origin, Invictus,
What do you mean by thread safe?
What is package protected in java?
What is keyword in oop?
What is the purpose of static methods and static variables?
what is recursion in java
Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify
What an i/o filter in java programming?
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.