+1 vote
in JAVA by
Can you guarantee the garbage collection process?

1 Answer

0 votes
by

No, you cannot guarantee the garbage collection, though you can make a request using System.gc() or Runtime.gc() method.

Related questions

+1 vote
asked Mar 5, 2021 in D Programming by SakshiSharma
0 votes
asked Jan 24, 2020 in JAVA by rahuljain1
...