A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

stateless

[programming] In programming, not retaining changes between calls. A stateless object or application does not store parameters or values from the last time it was called, so it is always in its original state.

Related Terms