A.RequestDispatcher接口的forward()方法 B.RequestDispatcher接口的include()方法 C.RequestDispatcher接口的linked()方法 D.RequestDispatcher接口的communion()方法
A.SmartUpload su=new SmartUpload () ; B.SmartUpload su= SmartUpload.newInstance(); C.SmartUpload su= SmartUpload.initialize(); D.SmartUpload無需實例化,可直接使用
A.通過ServletRequest接口提供的getRequestDispatcher(String path)方法 B.通過ServletContext接口提供的getRequestDispatcher(String path)方法 C.通過ServletContext接口提供的getNamedDispatche(String name)方法 D.通過HttpServletResponse接口提供的sendRedirect(String url)方法 E.以上都可以
A.這里不能調(diào)用temp,超出temp的生命周期 B.這里不能使用out C.程序通過編譯 D.不能在這里定義方法
A.將解決方案的組件分隔到不同的層中 B.每一層中的組件應(yīng)保持內(nèi)聚性 C.每一層都應(yīng)與它下面的各層保持松耦合 D.每一層都應(yīng)與它下面的各層保持高耦合
A. B. C. D. E.
A.MVC表示模型,視圖,控制器 B.在model 1體系結(jié)構(gòu)中沒有使用Servlet C.model 1體系結(jié)構(gòu)適合小型項目,開發(fā)效率較高,但大型項目會有維護問題 D.JavaBean可以訪問數(shù)據(jù)庫
A.reponse.setContentType(); B.response.setCharacterEncoding() C.response.setPageCoding() D.response.setCharset()