这是我的代码:
import java.util.Date;
class basic {
public static void main(String[] args) throws IOException {
String s = new Date().toString();
System.out.println(s);
System.exit(0);
}
}
谁能向我详细解释一下new Date().toString();JVM 如何执行该行。我对如何分配堆并不真正感兴趣new,但我们如何.toString()在构造函数上使用运算符Date()。提前致谢。
鸿蒙传说
小唯快跑啊
相关分类