Null
When a variable has no value, it considered to be null. Having a null value is different than having a value of 0, since 0 is an actual value. However, when used in a boolean test, both null and zero result in a FALSE value. Programmers often use boolean tests to determine whether a variable has been given a value or not.
Updated: 2006
Tech Factor: 5/10
http://www.techterms.com/definition/null
Copyright © 2012 TechTerms.com