Tuesday, November 29, 2011

A JSP page, include.jsp, has a instance variable "int a", now this page is statically included in another JSP page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?

Compilation error, as two variables with same name can&
Category:JSP Interview Questions

No comments:

Post a Comment