日期:2014-05-20  浏览次数:20718 次

关于jsp???
p.ace   the   strps   of   a   JSP   life   cycle   in   the   correct   order.
A.Load   class
B.call_jspService  
C.create   instance
D.call   jspinit
E.Page   translation
F.call   jspDestroy
G.JSP   compilation
Answer   the   order   is   :

------解决方案--------------------
没有深入的研究过jsp和servlet的编译细节,不过我想应该是 GACDBEF吧!
------解决方案--------------------
Answer: 
Page translation,
JSP compilation, 
Load class, 
Create instance, 
Call jspInit, 
Call _jspService, 
Call jspDestroy