What is the difference between java and .Net?
Answer Posted / rohit jain
Java is platform independent, only thing we need is jvm on
the platform which comes in all operating systems by
default,.net is also platform independent as it needs
only .net framework,but since m$ owns the copyright to
the .net framework api's,it becomes platform dependent.
Java uses a common language while in .net we can use many
languages and it generates a platform specific code
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the new features in java 8? Explain
What is private public protected in java?
what is abstract class in Java?
What is generic type?
Can list be null in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How does arraylist work in java?
What is a copy constructor in java?
What is unicode full form?
When throw keyword is used?
Write a function to print Fibonacci series and Tribonacci series?
Can an object be null?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Is list ordered in java?
What are internal variables?