Hi,
What the following line is saying about model component in MVC pattern:
If the model adheres to a strict contract (interface). then these components can be reused in other application areas such as GUIs or J2ME.
Does the above line mean, if the model components implement any interface based on any GUI and J2ME application, then these application can use it. Am I correct?