当前位置: 代码迷 >> J2SE >> 关于jsp?该怎么解决
  详细解决方案

关于jsp?该怎么解决

热度:97   发布时间:2016-04-24 16:21:45.0
关于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
  相关解决方案