Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-07/wenxueying/201807301738527964.png" /><br /> The Appliance class is a Singleton that loads a set of properties into a Map from an external data source.Assume:<br /> An instance of the Appliance class exists in the application-scoped attribute, appl The appliance object includes the name property that maps to the value Cobia The request- scoped attribute, prop,has the valuename. <br /> Which two EL code snippets will display the string Cobia?()<p> Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-07/wenxueying/20180
A、A.${appl.properties.name}
B、B.${appl.properties.prop}
C、C.${appl.properties[prop]}
D、D.${appl.properties[name]}
E、E.${appl.getProperties().get(prop)}
F、F.${appl.getProperties().get(’name’)}