Core java tutorial for beginners
A tutorial blog which explains different core concepts related to Java along with programming examples
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Assertions

Suryateja Pericherla Categories: Others. No Comments on Assertions

In this article we will learn what are assertions. How to create and use assertions in Java programs and how to enable and disable assertions while running a Java program.   Assertions in Java   Definition: An assertion is a condition that should be true during the program execution. They are generally used to detect errors (testing) […]

Read the rest of this entry »