Answer Posted / vikas
Between <% and %> tags,any valid Java code is called a
Scriptlet. This code can access any variable or bean declared.
For example,to print a variable.
<% String username = "visualbuilder" ;
out.println ( username ) ; %>
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is the scope of response object?
What is jsp declaration?
How do I include static files within a jsp page?
How is jsp include directive different from jsp include action. ?
What does it mean when tags or attributes are said to be deprecated?
What is content type in jsp?
Mention the implicit objects in a jsp.
What is difference between sendredirect and requestdispatcher?
Can an interface be implemented in the jsp file?
Why is _jspservice () method starting with an '_'?
What is jsp and asp?
What is scriptlet and what is expression?
What is jsp and why do we need it?
Mention the jstl core tags.
Explain client-side and server-side validation.