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 meant by Byte code concept in Java?
What is stringbuffer in java?
What access modifiers can be used for class ?
Can list be final in java?
What is the list interface in java programming?
What are the differences between include directive and include action?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is hashing principle in java?
Can we sort arraylist in java?
What is the static method?
What are the default and parameterized constructors?
What are wrapper classes in java?
How many types of keywords are there?
When do you get classcastexception?
What is final?