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 |
Can we instantiate Interfaces?
What are the differences between path and classpath variables?
What is singleton class example?
Does java list allow null?
What are the differences between wait() and sleep()?
Why destructor is not used in java?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
What is the use of System class?
What is java lang object?
What is methods in java?
How to display names of all components in a Container?
What are the new features in java 8? Explain