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.exit(...)终止JVM,立即停止一切。
System.exit(...)
Platform.exit()只是通知JavaFX Toolkit关闭,因此应用程序实例stop().
Platform.exit()
stop()