> For example... I have two programs that calculates> two numbers and I want to call the java program to> manage them, i.e. divide or sum themSo what is the issue with that?
Going back to your original question, I think what you were really asking was ifa Java program could be made out of multiple code files / multiple classes.And the answer is yes. It's time to start reading text books and tutorials...