What is the difference between java and .Net?
Answer Posted / nagarajan
java .net
java is a from sun. .net is from microsoft.
java is a single .net is a multiple language
language.
java is a language plue .net is a
runtime framework that
support multiple language (c# ,VB)
a runtime
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How transient variable is different from volatile variable?
What is return used for in java?
What is difference between checked and unchecked exception in java?
What is singleton class and how can we make a class singleton?
Is 0 true or false?
What are the uses of java?
What is scope & storage allocation of global and extern variables? Explain with an example
What does i ++ mean in Java?
What do you mean by platform independence? What is an interface?
Is empty string in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is final modifier?
Explain JMS in detail.
Why does java not support pointers?
is it possible to instantiate the math class?