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
When is an object subject to garbage collection?
Can a main method be declared final?
Can an integer be a string?
Which access specifier can be used with class ?
Is c better than java?
How do you calculate roots in java?
What is the largest data type in java?
What does %4d mean in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What do you mean by exception handling in Java?
What is the purpose of the return statement?
How to convert string to char and vice versa?
What is java util collection?
What kind of variables a class can consist of?
Can we have multiple catch block for a try block?