Answer Posted / 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 |
Post New Answer View All Answers
What is var keyword ?
What is the difference between the file and randomaccessfile classes?
What is a method header?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Does java runtime require a license?
What is the main difference between java platform and other platforms?
What is a protected method?
Explain the transient field modifier?
What is double word?
Is binary a low level language?
What does three dots mean in java?
What is command line argument in java?
Is null false in java?
Difference between static binding and dynamic binding?