Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, May 6, 2008

What does assert() method do?

In debug compilation, assert method takes in a Boolean condition as a parameter, and shows the error dialog if the condition is false.
The program proceeds without any interruption if the condition is true.

No comments:

Archives