How many JSP scripting elements and what are they?
Answers were Sorted based on User's Feedback
Answer / mahesh
There are three scripting language elements:
--declarations
--scriptlets
--expressions
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / kranti kumar
Declaration
Expression
Directive
Scriptlet
Action
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / 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 |
What is jboss?
What are the pros and cons of detached objects?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
How to get an image from db2 database plz help as soon as possible
Explain what is synchronization?
What is Stream and Types?
Why use a datasource when you can directly specify a connection details?
What is the difference between a menuitem and a checkboxmenuitem?
What are various types of class loaders used by jvm?
what is JTS?
Do you think that java should have had pointers?
how the mapping can be done from jsp to actionservlet?