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
Why java is said to be pass-by-value ?
What is object data type?
Can private members of a base class are inheritable justify?
Is constructor inherited?
Can anonymous class have constructor?
What is the purpose of return statement?
What is the difference between Java1.4 and Java1.5
Explain the differences between abstraction and encapsulation?
Which list does not allow duplicates in java?
What is keyset in java?
What's the default access specifier for variables and methods of a class?
What is use of super keyword in java?
What is the use of predicate in java 8?
What will be the initial value of an object reference which is defined as an instance variable?
How do you write a good declaration?