Home »
MCQs »
Ext.js MCQs
Which of the following holds locally cached data that will be presented on the screen using model objects?
16. Which of the following holds locally cached data that will be presented on the screen using model objects?
- Controller.js
- Model.js
- View.js
- Store.js
Answer: D) Store.js
Explanation:
Store.js holds locally cached data that will be presented on the screen using model objects.