What is the difference between java and .Net?
Answer Posted / bhavani
The main difference is Java is platform independent, .Net
is language independent.
java can shared multiple platforms in single language,.Net
can shared single platform in different languages
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell us something about an iterator.
What is the difference between object oriented programming language and object based programming language?
What is default size of arraylist in java?
Describe the process as to how substring() methodology mechanisms in java.
Why bytecode is called bytecode?
What are the kinds of polymorphism?
What is a marker interface?
Can a class be final?
What are decalarations?
Can you call one constructor from another if a class has multiple constructors?
What is ordered map in java?
What is the difference between a static and a non-static inner class in java programming?
Why main function is static?
Why do we need singleton class?
What is difference between protected and private?