X Tutup
package Proxy; public class Client { public static void main(String[] args) { Proxy proxy = new Proxy(); proxy.request(); } }
X Tutup