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 u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
Are we allowed to change the transaction isolation property in middle of a transaction?
what is JTS?
What is Remote Interface?
the use of try and ffinally keyword
what we can't do in jdbc but can do hibernate?
function of extends and implements keywords?
What is the difference between the session.get() method and the session.load() method?
Is multiple try block is possible in single java Application......
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
How do u supress the parameters from the displaying in the url?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration