Content deleted Content added
wfy |
→Features of Java absent in C#: Checked exceptions |
||
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 ==
|