Baixe o aplicativo
educalingo
finalizer

Significado de "finalizer" no dicionário inglês

DICIONÁRIO

PRONÚNCIA DE FINALIZER EM INGLÊS

ˈfaɪnəˌlaɪzə


CATEGORIA GRAMATICAL DE FINALIZER

substantivo
adjetivo
verbo
advérbio
pronome
preposição
conjunção
determinante
exclamação
Finalizer e um substantivo.
O nome ou substantivo é o tipo de palavras cujo significado determina a realidade. Os substantivos denominam todas as coisas: pessoas, objetos, sensações, sentimentos, etc.

O QUE SIGNIFICA FINALIZER EM INGLÊS

Finalizador

Na programação orientada a objetos, um método de finalização ou finalização é um método especial que realiza a finalização, geralmente uma forma de limpeza. Um finalizador é executado durante a destruição do objeto, antes de o objeto ser desalocado e é complementar a um inicializador, que é executado durante a criação do objeto, após a alocação. Os finalizadores são fortemente desencorajados por muitos, devido à dificuldade no uso adequado e à complexidade que eles adicionam, e alternativas são sugeridas em vez disso, principalmente o padrão de disposição - veja problemas com os finalizadores. O termo "finalizador" é usado principalmente em linguagens orientadas a objetos que usam coleta de lixo, das quais o arquétipo é Java. Isso é contrastado com um "destrutor", que é um método chamado de finalização em linguagens com vidas de objetos deterministas, arquetípicamente C ++. Estes são geralmente exclusivos - um idioma terá finalizadores ou destrutores, mas em casos raros, um idioma pode ter ambos, como em C ++ / CLI, e no caso de contagem de referência, a terminologia varia.

definição de finalizer no dicionário inglês

A definição de finalizador no dicionário é uma pessoa, coisa ou evento que finaliza uma situação ou processo. Outra definição de finalizador é uma função em algumas linguagens de programação que é executada após a coleta de lixo.

PALAVRAS EM INGLÊS QUE RIMAM COM FINALIZER

Breathalyser · centraliser · crystallizer · equaliser · equalizer · formaliser · localiser · mineralisation · mineralization · normaliser · normalizer · paralyser · paralyzer · rationaliser · realiser · socializer · symboliser · totalizer · visualiser · vitalizer

PALAVRAS EM INGLÊS QUE COMEÇAM COMO FINALIZER

final edition · final examinations · Final Four · final notice · Final Solution · final whistle · final-salary · finale · finalis · finalisation · finalise · finalism · finalist · finalistic · finalities · finality · finalization · finalize · finally · finals

PALAVRAS EM INGLÊS QUE TERMINAM COMO FINALIZER

centralizer · fertilizer · graphic equalizer · horizontal stabilizer · immobilizer · localizer · mobilizer · nebulizer · neutralizer · organizer · parametric equalizer · realizer · stabilizer · sterilizer · tantalizer · tranquilizer · tranquillizer · utilizer · vertical stabilizer · visualizer · vocalizer

Sinônimos e antônimos de finalizer no dicionário inglês de sinônimos

SINÔNIMOS

PALAVRAS EM INGLÊS RELACIONADAS COM «FINALIZER»

finalizer · express · flash · thread · java · newgrounds · daemon · android · hacked · object · oriented · programming · finalize · method · special · that · performs · finalization · generally · some · form · cleanup · executed · during · destruction · prior · being · deallocated · complementary · finalizer · studio · mastering · processor · electronic · builds · multi · award · winning · technology · delivers · unprecedented · level · clarity · warmth · punch · your · system · msdn · microsoft · exact · time · when · executes · undefined · ensure · release · resources · instances · class · implement · close · sweetwater · latest · progression · levels · sound · upgraded · their · already · impressive · include · number · features · most · notably · capability · amazon · musical · instruments · fast · efficient · turn · into · master · based ·

Tradutor on-line com a tradução de finalizer em 25 línguas

TRADUTOR

TRADUÇÃO DE FINALIZER

Conheça a tradução de finalizer a 25 línguas com o nosso tradutor inglês multilíngue.

As traduções de finalizer a outras línguas apresentadas nesta seção foram obtidas através da tradução automática estatística; onde a unidade essencial da tradução é a palavra «finalizer» em inglês.
zh

Tradutor português - chinês

终结
1.325 milhões de falantes
es

Tradutor português - espanhol

finalizador
570 milhões de falantes
en

inglês

finalizer
510 milhões de falantes
hi

Tradutor português - hindi

finalizer
380 milhões de falantes
ar

Tradutor português - arabe

finalizer
280 milhões de falantes
ru

Tradutor português - russo

финализатор
278 milhões de falantes
pt

Tradutor português - português

finalizador
270 milhões de falantes
bn

Tradutor português - bengali

finalizer
260 milhões de falantes
fr

Tradutor português - francês

finalisation
220 milhões de falantes
ms

Tradutor português - malaio

Finalis
190 milhões de falantes
de

Tradutor português - alemão

Finalizer
180 milhões de falantes
ja

Tradutor português - japonês

終了化子
130 milhões de falantes
ko

Tradutor português - coreano

종결
85 milhões de falantes
jv

Tradutor português - javanês

Finalizer
85 milhões de falantes
vi

Tradutor português - vietnamita

finalizer
80 milhões de falantes
ta

Tradutor português - tâmil

finalizer
75 milhões de falantes
mr

Tradutor português - marata

अंतिम
75 milhões de falantes
tr

Tradutor português - turco

sonlandırıcı
70 milhões de falantes
it

Tradutor português - italiano

finalizzatore
65 milhões de falantes
pl

Tradutor português - polonês

finalizatora
50 milhões de falantes
uk

Tradutor português - ucraniano

фіналізатор
40 milhões de falantes
ro

Tradutor português - romeno

finalizer
30 milhões de falantes
el

Tradutor português - grego

finalizer
15 milhões de falantes
af

Tradutor português - africâner

finalizer
14 milhões de falantes
sv

Tradutor português - sueco

Finalizer
10 milhões de falantes
no

Tradutor português - norueguês

Finalizer
5 milhões de falantes

Tendências de uso de finalizer

TENDÊNCIAS

TENDÊNCIAS DE USO DO TERMO «FINALIZER»

Principais tendências de pesquisa e usos comuns de finalizer
Listagem das principais pesquisas realizadas pelos usuários para acessar o nosso dicionário inglês online e expressões mais usadas com a palavra «finalizer».

Citações, bibliografia em inglês e atualidade sobre finalizer

EXEMPLOS

10 LIVROS EM INGLÊS RELACIONADOS COM «FINALIZER»

Descubra o uso de finalizer na seguinte seleção bibliográfica. Livros relacionados com finalizer e pequenos extratos deles para contextualizar o seu uso na literatura.
1
Effective Java
It is important to note that “finalizer chaining” is not performed automatically. If a class (other than Object) has a finalizer and a subclass overrides it, the subclass finalizer must invoke the superclass finalizer manually. You should finalize the ...
Joshua Bloch, 2008
2
C++/CLI: The Visual C++ Language for .NET
R finalizer 4 R finalizer 3 R finalizer 2 R finalizer 1 You'll notice that the destructor only got called once, and the finalizer got called six times. The destructor was for the object created in MakeObjects with stack semantics when the object went ...
Gordon Hogenson, 2006
3
Jython for Java Programmers
A Jython finalizer is an instance method named del . This method looks like this: >» class test: def _del_(self ) : ... pass # close something, or clean up something here The "Constructors" section demonstrated the creation of a database ...
Robert W. Bill, 2002
4
Annotated C# Standard
[Note: In the previous version of this standard, what is now referred to as a “ finalizer” was called a “destructor”. Experience has shown that the term “ destructor” caused confusion and often resulted to incorrect expectations, especially to ...
Jon Jagger, Nigel Perry, Peter Sestoft, 2010
5
Java in a Nutshell
A finalizer in Java is the opposite of a constructor. While a constructor method performs initialization for an object, a finalizer method can be used to perform cleanup or “finalization” for the object. Garbage collection automatically frees up the ...
David Flanagan, 2005
6
Foundations of C++/CLI: The Visual C++ Language for .NET 3.5
GC::Collect(); Here is the output of Listing 6-16: constructor constructor constructor constructor constructor constructor ChmbWNi—'O constructor destructor O finalizer 5 finalizer 6 finalizer 4 finalizer 3 finalizer 2 WWWWWWWWWWWWWW ...
Gordon Hogenson, 2008
7
Accelerated C# 2010
We don't live in a perfect world, so in order to clean up directly held resources reliably, it's wise for any objects that implement the IDisposable interface to also implement a finalizer that merely defers to the Dispose method.3 This way, you can ...
Trey Nash, 2010
8
Implementation of Functional Languages: 11th International ...
The weak pointer object is immediately replaced by a tombstone, and its finalizer (if it has one) is run. The finalize operation returns only on completion of the finalizer. – The finalization action a is guaranteed to be performed exactly once ...
Pieter Koopman, Chris Clack, 2000
9
Java: The Good Parts
The only guarantee is that the finalizer will run after there are no active references to an object, but before that object is fully garbage collected. This means that it is possible for the program to end (and the Java Virtual Machine to exit) without ...
Jim Waldo, 2010
10
Harnessing Java 7: A Comprehensive Approach to Learning Java
The code in the finalize() method is also called finalizer. Listing 7-12: A Finalize class that overrides the finalize() method of the Object class // Finalize.java package com.jdojo.chapter7; public class Finalize { private int x; public Finalize( int x) ...
Kishori Sharan, 2012

10 NOTÍCIAS NAS QUAIS SE INCLUI O TERMO «FINALIZER»

Conheça de que se fala nos meios de comunicação nacionais e internacionais e como se utiliza o termo finalizer no contexto das seguintes notícias.
1
VP Ken Krah Extends Employment with NGC
Numismatic Guaranty Corporation® (NGC®) is pleased to announce that Ken Krah, NGC Vice President and Finalizer, has decided to ... «CoinWeek, jul 15»
2
Draft Thoughts, Bonnaroos, and Blind Melons: While We're Waiting…
... talent of someone who descended from Jimi Hendrix and Aretha Franklin — and My Morning Jacket's viciously joyous8 encore finalizer “One ... «Waiting For Next Year, jun 15»
3
We're Finally Getting A Bacon Emoji, 37 Others In Update Next Year
... the palms of their hands, released the finalizer list of additions [PDF], slated to show up in a June 2016 update of Unicode 9.0, reports Yahoo! «The Consumerist, mai 15»
4
C# Futures: Extension Properties and More
ConditionalWeakTable won't do this for you and relying on the finalizer is risky. Sections; Development; Topics; C# .NET .NET Languages · C# ... «InfoQ.com, mai 15»
5
Best Practices in using Dispose and Finalize in .Net
When you have a finalizer in your class, objects of those classes are moved to the finalization queue. If the objects are reachable, they are ... «InfoWorld, abr 15»
6
NGC Certifies Rare Gold Medal Presented to Brazilian President Alves
... to handle a medal that is not only extremely rare but also an important part of Brazilian and Catholic history,” says Jay Turner, NGC Finalizer. «CoinWeek, abr 15»
7
AMD, ARM, Imagination, Samsung alliance publish official shared …
According to the documentation, "different implementations can choose to invoke the finalizer at various times: statically at the same time the ... «The Register, mar 15»
8
HSA foundation releases v1.0 of their namesake spec
Last up we have the HSA Runtime Spec, this is the finalizer or related blob of code that makes things just work. It will of course be different for ... «SemiAccurate, mar 15»
9
Eric DeJohn Goofs Brandon Mullins with Laser-Death Finalizer
Eric DeJohn Goofs Brandon Mullins with Laser-Death Finalizer. +. posted by Hoya Suxa on Mar 12, 2015. Thanks, as always, to the wonderful @LaxFilmRoom. «College Crosse, mar 15»
10
Rare 1897 British Trade Dollar in Gold Grades NGC PF61
... exciting to have the opportunity to grade it," says Jay Turner, NGC Finalizer. "It is an impressive example of an interesting and elusive issue.". «CoinNews.net, fev 15»
REFERÊNCIA
« EDUCALINGO. Finalizer [on-line]. Disponível <https://educalingo.com/pt/dic-en/finalizer>. Jun 2026 ».
Baixe o aplicativo educalingo
PT