我是一个优秀的篮球运动员。
A. Iamanexcellentbasketballplayer.
B. Iamanexcellentbadmintonplayer.
C. Iamanexcellentfootballplayer.
下面哪一项属于工具Bean的用途?
A. 完成一定运算和操作,包含一些特定的或通用的方法,进行计算和事务处理。
B. 负责数据的存取
C. 接受客户端的请求,将处理结果返回客户端
D. 在多台机器上跨几个地址空间运行
下列那个调用数据类型转换方法会发生NumberFormatException异常?
A. Long.parseLong(“1234”)
B. Integer.parseInt(“1234”)
C. Double.parseDouble(“123.45”)
D. Integer.parseInt(“123a”)
阅读下面代码片段:JavaBeanClass bean=newJavaBeanClass(parameter);HttpSessionsession=request.getSession(true);session.setAttribute("keyword",bean);该段代码创建的Bean,下列叙述哪项是正确的?
A. Request 周期的Bean
B. Application 周期的Bean
C. Session
D. Page周期的Bean