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 |
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are the design considerations while making a choice between using interface and abstract class?
Name the eight primitive java types.
How would you detect a keypress in a jcombobox?
Why is actionform a base class rather than an interface?
What does module-relative mean?
what is Bootstrap loader program?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the difference between ear, jar and war file?
What is meant by method chaining?
Is there a guarantee of uniqueness for entity beans?