试题详情
- 单项选择题 Your web site has many user-customizable features, for example font and color preferences on web pages.Your IT department has already built a subsystem for user preferences using Java SE’s lang.util.prefspackage APIs and you have been ordered to reuse this subsystem in your web application. You need tocreate an event listener that stores the user’s Preference object when an HTTP session is created. Also,note that user identification information is stored in an HTTP cookie. Which partial listener class canaccomplish this goal?()
A、
B、
C、
D、
- A
关注下方微信公众号,在线模考后查看
热门试题
- 以下程序执行的结果是什么?()&ens
- package test; class
- C++中构造函数和析构函数可以抛出异常吗
- 输入两个正整数m和n,求其最大公约数和最
- java中HashTable,Vecto
- 已知: 则输出为()
- public class&e
- 说明覆盖和重载之间的区别。
- 1.public class
- 现有:D -&
- Which two
- public class&e
- 编写一个程序,从命令行上接收两个文件名,
- java中下面哪些是Object类的方法
- 下列属于非受检异常的是哪项?()Q
- public class&e
- If…else结构控制当条件满足和不满足
- 程序中实现多线程的方法有两种:继承Thr
- class TestA&en
- 下面代码的输出是()