public class Client { public static void main(String[] args) { try { ConcretePrototype tanaka = new ConcretePrototype("tanaka"); ConcretePrototype hirokazu = new ConcretePrototype("hirokazu"); ConcretePrototype[] clones = new ConcretePrototype[10]; for (int i=0;i