Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不使用 Java 中的任何内置类的情况下获取系统时间?
请提供一些提示。
不可能的。您应该使用System类,它是静态方法或其他类。否则,您可以访问依赖于操作系统的本机代码,但这需要使用JNI.
System
JNI
Java中的所有内容都没有扩展Object吗?
Object
不是Object内置类吗?
因此,你无法实现你想要的。
(一个有争议的答案,但证明了一点)