What is the difference between java and .Net?
Answer Posted / kirankumar yb
1)java is a single language by multiple platforme but .net
is framework for differ language but shared by single platform.
2).net is a language independent &java is language dependent.
3)where .net is framework we can use different type of
language.where as java is a programing language.
4)java is support to opensource platform while ,.net as no
direct support for opensource platform.
5)java is not language independent .net is language dependent.
Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
Explain wrapper classes in java?
What are multiple inheritances? Is it supported by java?
what is singleton in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What does string intern() method do?
What is the final keyword?
When is the finally clause of a try-catch-finally statement executed?
Is map sorted in java?
What is the use of arrays tostring () in java?
What is callable java?
Why are there no global variables in java?
What is a method header?
What happens if we override only equals?
What is math exp in java?
What is sortedset in java?