Here you can find the source of getNowMemoryStatus()
public static String getNowMemoryStatus()
//package com.java2s; /**//w w w . j a va 2 s.c o m * ?????????????????????????.<br> * * @author T.Okuyama * @license GPL(Lv3) */ public class Main { private static String nowMemoryStatus = null; public static String getNowMemoryStatus() { return nowMemoryStatus; } }