Question

    How is dynamic memory deallocated in Java?

    A Using the free function Correct Answer Incorrect Answer
    B Using the delete keyword Correct Answer Incorrect Answer
    C Using the deallocate keyword Correct Answer Incorrect Answer
    D Java handles deallocation automatically Correct Answer Incorrect Answer

    Solution

    Java handles deallocation automatically

    Practice Next

    Relevant for Exams:

    ×
    ×