InterviewSolution
Saved Bookmarks
| 1. |
Java code is embedded under which tag in JSP?(a) Declaration(b) Scriptlet(c) Expression(d) CommentThis question was posed to me in semester exam.My doubt stems from JSP Elements in chapter Session Management, JSP & API of Java |
|
Answer» CORRECT ANSWER is (b) Scriptlet The explanation: Scriptlet is used to EMBED java CODE in JSP. |
|