• 2021-04-14
    下列关于HttpServletRequest接口中getDateHeader(String name)方法返回值的说法中,正确的是( )


  • 自1970年1月1日0点0分0秒算起的以毫秒为单位的时间值

    内容

    • 0

      在HttpServletRequest接口中, getContentType()方法的返回值类型为( )

    • 1

      【单选题】[br][/br]下面选项中,用于根据初始化参数名返回对应的值的方法是() A: String getInitParameter(String name) B: Object getInitParameter(String name) C: String getInitParameterNames(String name) D: Enumeration getInitParameterNames()

    • 2

      在HttpServletRequest接口中,getParameterMap()方法的返回值是Map对象,该对象包含了请求消息中所有参数的值。

    • 3

      HTTPServletRequest接口的___________方法的主要功能是返回指定的 HTTP头

    • 4

      Student类中存在String类型name属性,下列Student类的构造方法中,哪个是正确的? A: Student(String name){} B: Student(String name) C: Student(name)() D: NewStudent (String name){}