Youneedtocreateaservletfilterthatstoresallrequestheaderstoadatabaseforallrequeststothewebapplication’shomepage"/index.jsp".WhichHttpServletRequestmethodallowsyoutoretrievealloftherequestheaders?()A.String[]getHeaderNames()B.String[]getRequestHeaders()C.ja

题目

Youneedtocreateaservletfilterthatstoresallrequestheaderstoadatabaseforallrequeststothewebapplication’shomepage"/index.jsp".WhichHttpServletRequestmethodallowsyoutoretrievealloftherequestheaders?()

A.String[]getHeaderNames()

B.String[]getRequestHeaders()

C.java.util.IteratorgetHeaderNames()

D.java.util.IteratorgetRequestHeaders()

E.java.util.EnumerationgetHeaderNames()


相似考题