github

Made bySaurav Hathi

MCQ Test Java: Memory Management

Q1:

Where is an array stored in memory in java?

Tags:
Section:
Core Programming
Options:
Q2:

Which operator is used by Java run time implementations to free the memory of an object when it is no longer needed?

Tags:
Section:
Core Programming
Options:
Q3:

Which of the following has the highest memory requirement in java?

Tags:
Section:
Core Programming
Options:
Q4:

Where is a new object allocated memory in java?

Tags:
Section:
Core Programming
Options:
Q5:

Which of the following is a garbage collection technique?

Tags:
Section:
Core Programming
Options:
Q6:

What happens to a thread when garbage collection kicks off?

Tags:
Section:
Core Programming
Options:
Q7:

Which of the below is not a permanent memory leak solution?

Tags:
Section:
Core Programming
Options:
Q8:

Which of the following is not a segment of memory in java?

Tags:
Section:
Core Programming
Options:
Q9:

Does code segment load the java code?

Tags:
Section:
Core Programming
Options:
Q10:

Where is string pool stored in java?

Tags:
Section:
Core Programming
Options: