Tuesday, November 29, 2011

Wat is the difference between and in jsp..wen translate into servlet..wer it is stored in servlet..can we create global variables in jsp..if yes then how??

1) means the decleration in jsp where it will translated into the instance variable in the servlet where as means the scriptlet in the jsp where as in servlet it will translated into local varibles that is what ever u are going to write in the scriptlet it will goes into the service method of the translated servlet.globle variables simplest way is probably to put the value in the application scope...
Category:JSP Interview Questions

No comments:

Post a Comment