A.Struts1要求Action类继承一个抽象基类。Struts 2 Action类可以实现一个Action接口 B.Struts1 Action对象为每一个请求产生一个实例。Struts2 Action是单例模式并且必须是线程安全的 C.Struts1 Action 依赖于Servlet API,Struts 2 Action不依赖于容器,允许Action脱离容器单独被测试 D.Struts1 整合了JSTL,Struts2可以使用JSTL,但是也支持OGNL
下列java程序的输出结果为()。
A.hello and ab B.hello and cb C.hello and a D.test ok and ab E.test ok and cb F.test ok and c
java Thread中,run方法和start方法的区别,下面说法错误的是()。
A.A B.B C.C D.D