SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘assertion’

September 24th, 2009

What is an assertion?

No Comments, Java Facts, by Daisy Williams.

An assertion is a statement that will be evauated during the execution of a program. It returns a boolean result….

Share

September 3rd, 2009

What are assertions?

No Comments, Java Facts, by Daisy Williams.

An assertion is a statement that is assumed to be true during the execution of a program. It returns a…

Share