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 differences between the jsp custom tags and java beans?
What is jsp and how it works?
How many tags are there in jsp?
How to restrict page errors display in a JSP page?
How can the applets be displayed in the jsp? Explain with an example.
What is context url?
How to make a “new line in html” in jsp?
What do you mean by custom tag in jsp?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
What is difference between jspwriter and servlet printwriter?
How to run java program in jsp page?
Can jsp run without server?
What is an implicit object?
What is the difference between a scrollbar and a scrollpane in jsp?
How do I view a jsp file?