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 |
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What is the implementation of destroy method in java. Is it native or java code?
Why is the main method declared static?
What is split return?
What is the difference between sop and work instruction?
What is jit and its use?
How dead lock situation occurs in java and how you can identify it?
What do you mean by boolean?
what release of java technology are currently available what do they contain?
What are use cases?
What are inner classes or non static nested classes in java?
Can you call one constructor from another if a class has multiple constructors?