How many JSP scripting elements and what are they?
Answer Posted / dhiraj kumar singh
1. Directives: Syntax: <%@page/include/taglib name="" %>
2. Declaration: Syntax: <%! int abc %>
3. Scriplet: <% Any java statements%>
4. Expression: <%=dhiraj_singh%>
5. Comment: <!-- Hi techies -->
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do I have to use jsps with my application?
Which component handles cluster communication in jboss?
Should synchronization primitives be used on bean methods?
How to deploy Jar, War files in J2EE?
What are the different approaches to represent an inheritance hierarchy?
Can I run seam with jdk 1.4 and earlier?
What event results from the clicking of a button?
What is the difference between the font and fontmetrics classes?
Will the general public have access to the infobus apis?
Why are some of the class and element names counter-intuitive?
What is synchronization and why is it important?
Why is string immutable in java?
What are the different types of exception?
How can I scroll through list of pages like the search results in google?
When a thread blocks on i/o, what state does it enter?