Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whats the life cycle of jsp

Answers were Sorted based on User's Feedback



whats the life cycle of jsp ..

Answer / manoj

JSP page translation,
JSP page compilation,
load class,
create instance,
call the jspInit method,
call the _jspService method, and
call the jspDestroy method.

Is This Answer Correct ?    54 Yes 6 No

whats the life cycle of jsp ..

Answer / sharad kumar verma

jspinit();
_jspservice();
jspdestroy();

Is This Answer Correct ?    31 Yes 13 No

whats the life cycle of jsp ..

Answer / ravi

jspinit();
jspservice();
jspdestroy();

Is This Answer Correct ?    36 Yes 20 No

whats the life cycle of jsp ..

Answer / vijay.pandey

A JSP page services requests as a servlet.
The life cycle and many of the capabilities of
JSP pagesare determined by Java Servlet technology


1)JSP page translation,
2)JSP page compilation,
3)load class,
4)create instance,
5)call the jspInit method,
6)call the _jspService method, and
7)call the jspDestroy method.

Is This Answer Correct ?    13 Yes 0 No

whats the life cycle of jsp ..

Answer / maddy

JSP page translation,
JSP page compilation,
load class,
create instance,
call the jspInit method,
call the _jspService method, and
call the jspDestroy method.

Is This Answer Correct ?    14 Yes 2 No

whats the life cycle of jsp ..

Answer / prasanna

Translation
compilation
jspInit()
_jspService()
jspDestroy

Is This Answer Correct ?    15 Yes 8 No

whats the life cycle of jsp ..

Answer / cool_duzz

jspInit() from jspPage interface
_jspService() from httpJspPage Interface
jspDestroy() from jspPage interface

Is This Answer Correct ?    12 Yes 8 No

whats the life cycle of jsp ..

Answer / vivek singh

JSP’s life cycle can be grouped into following phases.

1. JSP Page Translation
2. JSP Page Compilation
3. Class Loading
4. Execution phase
5. Initialization
6. jspService() execution
7. jspDestroy() execution

Is This Answer Correct ?    5 Yes 1 No

whats the life cycle of jsp ..

Answer / amlan

1.Translation
2.Loading and Instantition
3.Service(public void _JspService())
4.public void destroy()

Is This Answer Correct ?    1 Yes 0 No

whats the life cycle of jsp ..

Answer / rohan

translation-convert jsp code into servlet code which is done
by jsp compiler
compilation-generated servlet is compile.compilation is done
by javac cmd
Loading-compiled byte code is loaded by class loader
instantiation-instance of servlet is created
initialisation-is done by jspinit()method
Request Processing-_jspService() is the method that actually
process the request
Destruction-is done by jspDestroy()method

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

how to call a method in different package?

4 Answers  


What is the argument in java?

0 Answers  


Difference between canvas class & graphics class?

1 Answers  


What is rmi and steps involved in developing an rmi object?

0 Answers  


What is equals method in java?

0 Answers  


How would overload a function based on return type?

0 Answers   Genpact,


can any body tell me? does advance java and j2ee both are same.

4 Answers   CTS, Infosys,


What are the core java topics?

0 Answers  


What is the difference between interpreter and compiling ?

7 Answers   TCS,


What is the purpose of the enableevents() method in java programming?

0 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  


What is difference between Iterator and for loop

9 Answers   HP,


Categories