Multiple Choice
The initial call to ______________ will create and return an instance of the specified class. Subsequent calls to this method during the same execution cycle will return the same class instance as opposed to creating a new one.
A) Mage::getResourceModel ('namespace/modulename') ;
B) Mage::getInstance ('namespace/modulename') ;
C) Mage::getModel ('modulename/modelname') ;
D) Mage::getSingleton ('modulename/modelname') ;
Correct Answer:

Verified
Correct Answer:
Verified
Q29: What is the basic class/interface for every
Q30: Inside the XML node config/global/blocks, what is
Q31: Which three of the following conditions should
Q32: The final price for the product on
Q33: Which of the following API calls allows
Q35: Which one of the following is responsible
Q36: Which of the following lines includes a
Q37: When you register an event observer, which
Q38: Which of the following items is NOT
Q39: Which of the following methods will force