Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. A finalizer may NOT be invoked explicitly.

  2. The finalize method declared in class Object takes no action

  3. super.finalize() is called implicitly by any overriding finalize method

  4. The finalize method for a given object will be called no more than once by the garbage collector

  5. The order in which finalize will be called on two objects is based on the order in which the two objects became finalizable

Reveal answer Fill a bubble to check yourself
B,D Correct answer