System.gc()的和runtime.gc之间差() [英] Difference between system.gc() and runtime.gc()

查看:304
本文介绍了System.gc()的和runtime.gc之间差()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

之间的区别是什么的System.gc() Runtime.gc()

推荐答案

两者都是一样的。 的System.gc()实际上等同于 Runtime.gc()的System.gc()内部调用 Runtime.gc()

Both are same. System.gc() is effectively equivalent to Runtime.gc(). System.gc()internally calls Runtime.gc().

唯一不同的是的System.gc()是一个类的方法,其中的 Runtime.gc()是一个实例方法。因此,的System.gc()更方便。

The only difference is System.gc() is a class method where as Runtime.gc() is an instance method. So, System.gc() is more convenient.

这篇关于System.gc()的和runtime.gc之间差()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆