为什么,谁说明一下

来源:1-8 练习题

封0

2015-09-24 21:29

为什么,谁说明一下

写回答 关注

2回答

  • 武庚_Rehan
    2016-03-22 08:59:04

        public void doPost(HttpServletRequest request, HttpServletResponse response)

                throws ServletException, IOException {

        public void doGet(HttpServletRequest request, HttpServletResponse response)

                throws ServletException, IOException {

        }

    在myeclipse中新建一个Servlet,可以看到自动生成的代码中会抛出ServletException和IOException

    doGet和doPost抛出的异常类型是一样的

         * @throws ServletException if an error occurred

         * @throws IOException if an error occurred


  • 帅踢锅
    2016-01-04 21:42:36

    什么为什么。。。

    慕斯卡410...

    他问的是:编写Servlet的doPost方法时,需要抛出异常为ServletException, IOException,这是为什么?

    2016-01-04 23:20:40

    共 1 条回复 >

JAVA遇见HTML——Servlet篇

本门课程在JSP课程的基础上,深入介绍Servlet的基础知识

160613 学习 · 1029 问题

查看课程

相似问题