Summary by Uma Jaipradeep Implementation by Prasad Joshi
This is the implementation of a Distributed Bank Application in Java using the CORBA Naming Service.
The application allows the user to create a bank account for a person with some initial balance. The user can also
check the balance of an existing account. If the user does not specify a name and an opening balance while creating an account,
the first time a default user "John" is created with an opening balance of $10,000. Subsequent such calls will return the balance
for account holder "John".
The Bank application is developed in Java and uses JDK 1.2 ORB.