试题详情
- 单项选择题Given an HttpServletRequest request and HttpServletResponse response,which sets a cookie "username"with the value "joe" in a servlet?()
A、request.addCookie("username", "joe")
B、request.setCookie("username", "joe")
C、response.addCookie("username", "joe")
D、request.addHeader(new Cookie("username", "joe"))
E、request.addCookie(new Cookie("username", "joe"))
F、response.addCookie(new Cookie("username", "joe"))
- F
关注下方微信公众号,在线模考后查看
热门试题
- 已知: 那么,在哪种情况下可以访问x(
- 我国古代数学家在《算经》中出了一道题:鸡
- 求满足以下条件的(a,b,c)的组数:
- Given the&ensp
- package com.co
- 已知: 下面哪个定义是合法的()
- 通过HttpServletRequest
- 1. public&ensp
- 34. HashMap&en
- Which the HTTP
- 任意输入一个正整数,判断其是否是多因子完
- To take a
- 现有: class&ens
- Which regular&e
- Which statement
- 以下哪些接口是事件侦听器接口?()
- 下面那些情况可以终止当前线程的运行()。
- 建立Sochet类的服务器端需要哪些步骤
- 为了实现自定义对象的序列化,该自定义对象
- public class&e