Skip to main content
initializer

initializer

1 7.4
A program or device that sets values to their starting state in computers
  • noun
  • /ɪˈnɪʧəˌlaɪzər/
  • Specialized
translation icon : inicializador
  • In programming, an initializer sets the starting value of a variable when it is declared.

Examples

  • Java semantics suffers from the distinction between expressions and statements; see the crazy way to only run the initializer of a final variable within a try.

    Blog text (30)
  • And of course, again, this initializer throws, so we need to try it.

  • A call for a new Parliament session automatically requires a Throne Speech initializer.

    Blog text (31)
  • So I've got right up here an initializer init for MIT person takes in a family name and a first name.

  • When creating an object in code, the initializer assigns default properties to that object.

  • You must define an initializer to ensure that your variables have a value at the start.

Synonyms

initiator
vsinitializer
10 5.5

A person who starts a plan or action

can be a device, program, or person that sets the starting state
constructor
vsinitializer
  • Specialized
3 6.0

A special function in a computer program that makes and sets up a new object

sets something to its starting state without creating it

Surface Forms

initializer singular
initializers plural

Morphology

initializer = initialize (transparent) = initial + ize + er

The word is transparently built from the verb 'initialize' plus the agentive suffix '-er', meaning a thing or person that initializes something.

Etymology

Initializer comes from the root init-, which means 'beginning' and appears in words like initial and initiate. An initializer gives the first values or sets the 'starting' state, so its name tells you it works at the very start of a program or process.