Java assert Keyword: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
Keyword added in Java 1.4. | Keyword added in Java 1.4. The runtime does not enforce it unless the <code>-ea</code> (Enable Assertions) command line switch is used. |
Latest revision as of 23:41, 13 October 2021
Internal
Overview
Keyword added in Java 1.4. The runtime does not enforce it unless the -ea
(Enable Assertions) command line switch is used.