package client; public class Client { public Client() { } public static void main(String [] args) { Client c = new Client("client"); } }