Constructors And Methods - Study Mode

[#91] What happens to the thread when garbage collection kicks off?
Correct Answer

(C) The thread is paused while garbage collection runs

[#92] Which component is responsible to run java program?
Correct Answer

(D) JRE

[#93] Which of the below is not a Java Profiler?
Correct Answer

(A) JVM

[#94] What is true about constructor?
Correct Answer

(B) It can take any number of parameters

[#95] Which statement is true about java?
Correct Answer

(A) Platform independent programming language