What are scriptlets in jsp?
Answer / 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 |
how can i get a scjp certification??
Explain what is jsp ?
when we will use the SendRedirect method instead of forward.
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What is action tag in jsp?
How can the applets be displayed in the jsp? Explain with an example.
difference betwwn 16 bit and 32 bit
What is directive jsp?
How many types of jsp tags are there?
Why do we need custom tags?
What is a page directive?
How does the Jsp Expressions works ? What happens at the back?