Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is the purpose of gc() in Java?

Pragya Keshap answered on February 4, 2023 Popularity 6/10 Helpfulness 3/10

Contents


More Related Answers

  • find GCD in java
  • gc algorithms java 8

  • What is the purpose of gc() in Java?

    0

    Java provides two methods System.gc() and Runtime.gc() to request

    the JVM to run the garbage collection. By using these methods,

    programmers can explicitly send request for Garbage Collection.

    But JVM process can reject this request and wait for some time

    before running the GC.

    https://www.javatpoint.com/Garbage-Collection

    Popularity 6/10 Helpfulness 3/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.