Definition of null

nulladjective

vô giá trị

/nʌl//nʌl/

The word "null" is a Latin word that means "nothing" or "void." It is derived from the Latin word "nulus," which served as the past participle of the Latin verb "nonllere," meaning "to cast out" or "to make null." In medieval law, "nullus" was used to describe a piece of land that was worthless due to some deficiency. The phrase "nulla bona," meaning "no goods," was used in bankruptcy proceedings to describe a debtor's lack of assets. In mathematics, the word "null" came to be used to express the idea of a number that is equal to zero. The term null set was used to describe an empty set that contained no elements. In computer science, the term null pointer is employed to denote a non-existent memory location. The word "null" has also found its way into everyday language, where it often denotes something that is insignificant, trivial, or devoid of substance. In scientific contexts, the word is used to describe quantities that are negligibly small or statistically insignificant. Overall, the origin of the word "null" stems from its Latin roots, and it has come to be employed in a variety of contexts, demonstrating its versatility and enduring relevance in modern day usage.

namespace
Example:
  • After running the program, the result was null, indicating that the input was invalid.

    Sau khi chạy chương trình, kết quả là null, cho biết dữ liệu đầu vào không hợp lệ.

  • The data retrieval operation returned null, which means that the requested data was not found in the database.

    Hoạt động truy xuất dữ liệu trả về giá trị null, nghĩa là dữ liệu được yêu cầu không được tìm thấy trong cơ sở dữ liệu.

  • The object reference variable is currently null, implying that it is not pointing to any object in memory.

    Biến tham chiếu đối tượng hiện tại là null, ngụ ý rằng nó không trỏ đến bất kỳ đối tượng nào trong bộ nhớ.

  • The text field is empty, and its string value is null.

    Trường văn bản trống và giá trị chuỗi của nó là null.

  • The search algorithm did not find any matches and returned a null result.

    Thuật toán tìm kiếm không tìm thấy kết quả nào khớp và trả về kết quả null.

  • The variable has been initialized to null, as it will be assigned a value later in the program.

    Biến đã được khởi tạo thành null vì nó sẽ được gán giá trị sau trong chương trình.

  • The method executes successfully, returning a null value because the input is not in the correct format.

    Phương pháp này thực thi thành công, trả về giá trị null vì đầu vào không đúng định dạng.

  • The default value of the option variable is null, which must be checked before using the value.

    Giá trị mặc định của biến tùy chọn là null, phải được kiểm tra trước khi sử dụng giá trị.

  • The function completed without any errors, but the output is null due to the absence of any data.

    Hàm hoàn thành mà không có lỗi nào, nhưng đầu ra lại là null do không có dữ liệu.

  • The array list is empty, resulting in a null pointer exception when attempting to access its elements.

    Danh sách mảng trống, dẫn đến ngoại lệ con trỏ null khi cố gắng truy cập các phần tử của nó.

Related words and phrases

Idioms

null and void
(law)having no legal force; not valid
  • The contract was declared null and void.
  • They declared the agreement null and void.