Is there any difference between .NET application and a Java application? If so what are they?
Is there any difference between .NET application and a Java application? If so what are they?
hi
http://www.javaworld.com/javaworld/j...8-j2eenet.html
this may help you to some extent!
bye
:)
NEVER SAY DIE.
Hi,
U can refer this link also
http://www.adtmag.com/article.aspx?id=10993
Thanks
Manoj
Hi,
Their are some diffrences is their b/w .NET app and java app
1. Java doesn't support pointers where as c# in .net support pointers
2. Java doesn't support operator overloading where as .net we can
3. It is possible to use the unmanaged(ex: Binary Code) code in .net it is not possible in java
4. JVM doesn't cache the code i mean (It convert the byte code into o/s native code for first request for subsequent requests it will do same thing like first time) but where as in .net compiler Just-in-time compiler cache the o/s native code.
Regards,
hari prasad