what are the differences between java and .net?..why u
choose java?
Answer Posted / mohamed nazar
1)java is developed by sun, .net is developed by microsoft
2)java is a open source software, .net is a license based
software
3)java is a platform independent it can execute in mac,
linux, windows operating system also, but .net .net can
execute only in windows
4)Java is more flexible than .net
so i choose java
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Why heap memory is called heap?
What is heterogeneous in java?
design an lru cache in java?
What is string example?
What are the types of inner classes (non-static nested class) used in java?
What are decalarations?
What is the name of the java compiler?
What are static initalizers in java ?
How we can generate random numbers in java?
What is floor in java?
What are the advantages of exception handling?
What is a nested structure?
What is the difference between the boolean & operator and the && operator in java programming?
Implement a stack with push (), pop() and min() in O(1) time.
What are the two types of exceptions in java? Which are the differences between them?