adspace


What are scriptlets in jsp?

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2309