Inwhichthreedirectories,relativetoawebapplication’sroot,mayataglibrarydescriptorfileresidewhendeployeddirectlyintoawebapplication?() A./WEB-INFB./META-INFC./WEB-INF/tldsD./META-INF/tldsE.WEB-INF/resourcesF./META-INF/resources

Inwhichthreedirectories,relativetoawebapplication’sroot,mayataglibrarydescriptorfileresidewhendeployeddirectlyintoawebapplication?()

A./WEB-INF

B./META-INF

C./WEB-INF/tlds

D./META-INF/tlds

E.WEB-INF/resources

F./META-INF/resources


相关考题:

Whichpath,relativetoawebapplication’sroot,identifiesthewebapplication’sdeploymentdescriptor?() A./conf/web.xmlB./WEB-INF/web.xmlC./conf/server.xmlD./META-INF/web.xmlE./WEB-INF/rules.xmlF./META-INF/server.Xml

编写一个C++风格面向过程的程序,建立一个被称为sroot()的函数,返回其参数的平方根。重载函数sroot()3次,让它返回整数、长整数与双精度数的二次方根(计算平方根时,可以使用标准库函数sprt(),在代码文件头需加#include <cmath>)。