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
Write a method that will remove given character from the string?
Which eclipse is best for java?
What is treemap in java?
What is identifier give example?
can I implement my own start() method? : Java thread
What is the purpose of main function in java?
Can you give few examples of final classes defined in java api?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is difference between c++ and java ?
Can we have this () and super () together?
Is there any case when finally will not be executed?
I don’t want my class to be inherited by any other class. What should I do?
What is downcasting?
How are observer and observable used in java programming?
What are data types in programming?