Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Java EE - Interview Questions and Answers for 'Scriptlet' - 2 question(s) found - Order By Newest | ||||
| ||||
| Ans. The jsp scriptlet tag can only declare variables not methods whereas jsp declaration tag can declare variables as well as methods. The declaration of scriptlet tag is placed inside the _jspService() method whereas The declaration of jsp declaration tag is placed outside the _jspService() method. | ||||
| Ans. Scriptlet allow to write Java code inside JSP like following <% Java Code %> | ||||