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
Which are different kinds of source code?
Is java a pure object oriented language?
What is meant by main method?
What are the different types of inheritance in java?
What are the advantages of encapsulation in java?
Can you extend singleton class?
What is volatile keyword in java
What occurs when an object is constructed?
What will happen if a thrown exception is not handled?
Can we inherit inner class?
What is an error in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is meant by oops concept in java?
How do you define a parameter?
Is oracle java 11 free?