HTTP协议常用的请求方法有()。A、GETB、PUTC、POSTD、HEADE、LINK
HTTP协议常用的请求方法有()。
- A、GET
- B、PUT
- C、POST
- D、HEAD
- E、LINK
相关考题:
AwebbrowserneedNOTalwaysperformacompleterequestforaparticularpagethatitsuspectsmightNOThavechanged.TheHTTPspecificationprovidesamechanismforthebrowsertoretrieveonlyapartialresponsefromthewebserver;thisresponseincludesinformation,suchastheLast-ModifieddatebutNOTthebodyofthepage.WhichHTTPmethodwillthebrowserusetoretrievesuchapartialresponse?()A.GETB.ASKC.SENDD.HEADE.TRACE
WhichtwoHTTPmethodsareusedtoprocessfromdatainaservlet?() A.do GETB.do PutC.do PostD.do TraceE.do SubmitF.do Process
YourwebpageincludesaJavaSEv1.5appletwiththefollowingdeclaration:11.objectclassid=’clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA’12.width=’200’height=’200’13.paramname=’code’value=’Applet.class’/14./objectWhichHTTPmethodisusedtoretrievetheappletcode?()A.GETB.PUTC.POSTD.RETRIEVE
YouarecreatingawebformwiththisHTML:11.formaction=sendOrder.jsp12.inputtype=textname=creditCard13.inputtype=textname=expirationDate14.inputtype=submit15./formWhichHTTPmethodisusedwhensendingthisrequestfromthebrowser?()A.GETB.PUTC.POSTD.SENDE.FORM
IdentifyfourvalidrequestsinaRESTfulserviceusingJAX-RS.() A.GETB.PUTC.UPDATED.DELETEE.POSTF.REMOVE
A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()A、GETB、ASKC、SENDD、HEADE、TRACE
Your web page includes a Java SE v1.5 applet with the following declaration: 11. 13. 14. Which HTTP method is used to retrieve the applet code?()A、GETB、PUTC、POSTD、RETRIEVE
关于HTTP协议说法正确的有哪些()A、http协议是明文传输的B、http协议是可靠的有状态的协议C、http协议主要有请求和响应两种类型D、http协议,在web应用中,可以有get、post、delete等多种请求方法,但是最常用是get和post
You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()A、GETB、PUTC、POSTD、SENDE、FORM
多选题HTTP协议常用的请求方法有()。AGETBPUTCPOSTDHEADELINK