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 the difference between java applets and applications?
What is the instance of an object?
How many types of keywords are there?
Does importing a package imports its sub-packages as well in java?
What is the maximum size of a string in java?
What do you mean by garbage collection used in java?
Can we compare two strings in java?
Explain what access modifiers can be used for variables?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is unicode full form?
How to create packages in java?
What is the purpose of a parameter?
Does java map allow duplicates?
What advantage do java's layout managers provide over traditional windowing systems?
Can we use different return types for methods when overridden?