} catch (NamingException ne){
System.out.println("Naming Exception: " + ne.getMessage());
}
try{
customer = customerHome.create(id, name, sssNo, address, birthdate, annualSalary, loanAmount);
submit_count++;
} catch(RemoteException re){
System.out.println("Remote Exception: " + re.getMessage());
} catch(CreateException ce){
System.out.println("Create Exception: " + ce.getMessage());