Um exercício continha a seguinte afirmação:
The garbage collection algorithm in Java is vendor implemented.
Segundo o exercício esta afirmação esta correta, porem eu não entendi!
garbage collection é o mesmo que garbage collector? e o que significa vendor implemented?
A justificativa da afirmativa é esta:
“Threading and garbage collection are two of the few areas that are platform dependent. This is one of the reasons why Java is not suitable for realtime programming. It is not a good idea use it to control your plane or nuclear power station.”