Tuesday, November 29, 2011

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

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.
Category:JSP Interview Questions

No comments:

Post a Comment