dbo:abstract
|
- In the Java programming language, the <b>final</b> keyword is used in several contexts to define an entity that can only be assigned once. Once a <b>final</b> variable has been assigned, it always contains the same value. If a <b>final</b> variable holds a reference to an object, then the state of the object may be changed by operations on the object, but the variable will always refer to the same object (this property of <b>final</b> is called non-transitivity). This applies also to arrays, because arrays are objects; if a <b>final</b> variable holds a reference to an array, then the components of the array may be changed by operations on the array, but the variable will always refer to the same array. (en)
- En langage Java, le mot-clé final indique qu'un élément ne peut être changé dans la suite du programme. Il peut s'appliquer aux méthodes et attributs d'une classe et à la classe elle-même. Aussi, il peut s'appliquer sur les paramètres d'une méthode et sur les variables locales. Selon le contexte, on utilise final dans un souci de conception ou d'optimisation. Il est aussi utilisé avec le même rôle en PHP depuis la version 5 (en 2004). (fr)
- final – słowo kluczowe w języku programowania Java, które zależnie od użytego kontekstu oznacza niezmienność deklarowanego elementu. (pl)
- В мові програмування Java, <b>final</b> використовується в кількох варіантах для визначення чогось, що пізніше не може бути зміненим. <b>final</b> може використовуватися при роботі з даними, методами та класами. (uk)
- 在Java编程语言中,final关键字是指在一些情况下用来定义(修飾)一个只能被賦值一次的變量。因此一旦一个final变量被賦值,它的值就再也不能改變。而被final定義的类不能被繼承。被final定義的方法則不能被。 (zh)
|
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 16109 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
rdfs:comment
|
- In the Java programming language, the <b>final</b> keyword is used in several contexts to define an entity that can only be assigned once. Once a <b>final</b> variable has been assigned, it always contains the same value. If a <b>final</b> variable holds a reference to an object, then the state of the object may be changed by operations on the object, but the variable will always refer to the same object (this property of <b>final</b> is called non-transitivity). This applies also to arrays, because arrays are objects; if a <b>final</b> variable holds a reference to an array, then the components of the array may be changed by operations on the array, but the variable will always refer to the same array. (en)
- En langage Java, le mot-clé final indique qu'un élément ne peut être changé dans la suite du programme. Il peut s'appliquer aux méthodes et attributs d'une classe et à la classe elle-même. Aussi, il peut s'appliquer sur les paramètres d'une méthode et sur les variables locales. Selon le contexte, on utilise final dans un souci de conception ou d'optimisation. Il est aussi utilisé avec le même rôle en PHP depuis la version 5 (en 2004). (fr)
- final – słowo kluczowe w języku programowania Java, które zależnie od użytego kontekstu oznacza niezmienność deklarowanego elementu. (pl)
- В мові програмування Java, <b>final</b> використовується в кількох варіантах для визначення чогось, що пізніше не може бути зміненим. <b>final</b> може використовуватися при роботі з даними, методами та класами. (uk)
- 在Java编程语言中,final关键字是指在一些情况下用来定义(修飾)一个只能被賦值一次的變量。因此一旦一个final变量被賦值,它的值就再也不能改變。而被final定義的类不能被繼承。被final定義的方法則不能被。 (zh)
|
rdfs:label
|
- Final (Java) (en)
- Final (Java) (fr)
- Final (Java) (pl)
- Final (Java) (zh)
- Final (Java) (uk)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is dbo:wikiPageDisambiguates
of | |
is dbo:wikiPageRedirects
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |