what are the differences between java and .net?..why u
choose java?
Answer / 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 |
How are this() and super() used with constructors in java programming?
How do you sort arrays in java?
When does a class need a virtual destructor?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Explain the difference between association, aggregation and inheritance relationships.
what is translator and it types
What is a literal coding?
What will happen to the exception object after exception handling?
Can you explain the Java thread lifecycle?
Keywords in Exceptions?
What are the important features of Java 11 release?
What is pass by value?