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 difference between servletcontext and pagecontext?
Which tag is used to execute java source code in jsp?
Can I run jsp on xampp?
Can you use javascript in jsp?
How many jsp implicit objects are there?
How does jsp engines instantiate tag handler classes instances?
What is the purpose of jsp?
why ,what, when, where,how the extended star schema is used.
How to disable scripting?
What is the difference between java servlet and jsp?
What is client scripting?
What are the different directives in jsp?
What are directives in jsp?
What is the include directive?
How to disable session in jsp?