POJO
Jump to navigation
Jump to search
See also: pojo
English
[edit]Pronunciation
[edit]Noun
[edit]POJO (plural POJOs)
- (Java programming language, object-oriented programming) Acronym of plain old Java object. [from 2000]
- 2021, Duncan McGregor, Nat Pryce, Java to Kotlin[1], O'Reilly Media, →ISBN:
- Because of this, immutable POJOs are common and may have value semantics. Mutable POJOs still seem to be the default though, so much so that many people consider that object-oriented programming in Java is synonymous with mutable objects.