Chinaunix首页 | 论坛 | 博客
  • 博客访问: 970327
  • 博文数量: 358
  • 博客积分: 8185
  • 博客等级: 中将
  • 技术积分: 3751
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-15 16:27
个人简介

The views and opinions expressed all for my own,only for study and test, not reflect the views of Any Company and its affiliates.

文章分类

全部博文(358)

文章存档

2012年(8)

2011年(18)

2010年(50)

2009年(218)

2008年(64)

我的朋友

分类: Java

2009-04-20 09:31:17


可能取得的最大内存:
        Runtime.getRuntime ().maxMemory();
现在取得的内存:
        Runtime.getRuntime ().totalMemory();
现在取得但还没有使用的内存:
        Runtime.getRuntime ().freeMemory();
阅读(1379) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~