Possible Duplicate:
What is the use of interface constants?
I am creating a calculator program inside Eclipse EE and wanted to know if it would be correct to write interfaces within the project and also when would it ever be necessary or fitting to declare variable within an interface in Java?
Also, I wanted to know if I should create an abstract class within my calculator program My calculator program follows the basic model-view-controller pattern.