Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
wfy
JavaKid (talk | contribs)
Line 52:
== Features of Java absent in C# ==
* Java's <code>[[strictfp]]</code> keyword guarantees the result of floating point operations remain the same across platforms.
* Java supports [[checked exceptions]] for better enforcement of error trapping and handling.
 
== Features of the .NET Framework absent in the Java Virtual Machine ==