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
What is the purpose of a default constructor?
What is a for loop in java?
What is an immutable object?
What is the symbol for space?
Is null false in java?
How to create com object in Java?
Difference between method overloading and method overriding in java ?
What is comparable and comparator interface? List their differences
What is boolean example?
What are the different types of constructor?
What is meant by 'Class access modifiers'?
Is void a data type?
What is hasnext in java?
What are the 6 mandatory procedures for iso 9001?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?