关于jsp?该怎么解决

关于jsp???p.acethestrpsofaJSPlifecycleinthecorrectorder.A.LoadclassB.call_jspServiceC.createinstanc

关于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