How many JSP scripting elements and what are they?
Answer Posted / suresh royal
Hi Dhiraj Kumar Singh,
You have posted right answer but those r JSP elements .
But JSP scripting elents r only three
Declaration: Syntax: <%! int abc %>
Scriplet: <% Any java statements%>
Expression: <%=dhiraj_singh%>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is the session factory thread safe?
How can I scroll through list of pages like the search results in google?
How a component can be placed on Windows?
Which javutil classes and interfaces support event handling?
Name three component subclasses that support painting?
What happens when a thread cannot acquire a lock on an object?
Why use a datasource when you can directly specify a connection details?
Do I have to use jsps with my application?
Can constructors be synchronized in java?
Define aop(assepct oriented programing)?
Define prototype?
what are getters and setters in Java with examples?
Is it possible to stop the execution of a method before completion in a sessionbean?
whats is mean by tiles in struts
What is the difference between the font and fontmetrics classes?