A.HttpServletRequest接口 B.RequestDispatcher接口 C.HttpServletResponse接口 D.ServletConfig接口 E.Filter接口
A.Transport.send() B.Store.sent() C.Message.send() D.Message.sent()
A.使用post或則get方法均能實(shí)現(xiàn)提交 B.需要添加表單屬性enctype=”multpart/form-data” C.使用HttpRequest獲取表單數(shù)據(jù) D.使用com,jspsmart, upload,request對象獲取表單數(shù)據(jù)
A.<!- -> B.<%----%> C.// D.&&
A.out對象用于輸出數(shù)據(jù) B.out對象的范圍是application C.如果page指令選擇了autoflush="true",那么當(dāng)出現(xiàn)由于當(dāng)前的操作不清空緩存而造成緩沖區(qū)溢出的情況時(shí),這個(gè)類的所有I/O操作會自動清空緩沖區(qū)的內(nèi)容 D.out.newLine()方法用來輸出一個(gè)換行符 E.out.close()方法用來關(guān)閉輸出流
A.JSP B.ASP C.PHP D.CGI
A.session B.config C.pageScope D.exception