What is the diff. b/n declaring members in and declaraing in jspinit() method ?

Questions by santu_hs

Showing Answers 1 - 1 of 1 Answers

Jagmohan

  • May 16th, 2006
 

Declaring a variable in JSP means it will have a scope of page while declaring it in jspInit() means its scope gets end with init() method only.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions