adspace
Answer Posted / Tulika Chatterjee
Scriptlets (<% ... %>) are a way to write Java code directly within a JSP file. They allow you to execute Java code on the server-side, but they can lead to complex and difficult-to-maintain code when overused.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers