View Single Post
Old 05-30-2016, 03:16 AM   #3
Dubey675
Registered User
 
Join Date: Jul 2015
Posts: 260
Java assertion feature allows developer to put assert statements in Java source code to help unit testing and debugging. Assert keyword validates certain expressions. It replaces the if block effectively and JVM throws an error AssertionError if assertion fails. So, it is mainly used for testing purpose.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dubey675 is offline   Reply With Quote