All,
Where can I find a good tutorial on theuse of asertions, which is a new topic for the
Java 1.4 exam?
An example would be helpful
What I have understood so far is:
assertions are used to validate public methods by checking if a particular boolean is set to true within the method
Is this correct
Thanks
Jawahar