标签: java windows jboss
我需要在JBoss服务器上运行的服务器模块中记录机器名。我找到了两种获取机器名称的方法。 我需要知道以下两种方法之间的区别。
System.getProperty("COMPUTERNAME") InetAddress.getLocalHost().getHostName();