Ini milik nopal, seorang mahasiswa perantauan. Blog ini berisi tugas kuliah dan tulisan kehidupan
import java.net.InetAddress; class IPAddress { public static void main(String args[]) throws Exception { System.out.println(InetAddress.getLocalHost()); } }
0 comments:
Post a Comment